The log message INFO log: Skip function Some("coords_to_ray_direction") appears when I add a skybox to my 3d camera, if I remove the Skybox{} definition it stops showing up. My setup code:
let image = asset_server.load("skyboxes/skybox1.ktx2");
commands.spawn((
MainCamera,
Camera3dBundle::default(),
Skybox {
image: image,
brightness: 1000.0
}
));
Running Bevy 0.13.1. Any idea where this is coming from? Seems like a debug print that got left in the build.