Closed
Description
It seems there is a bug in culling checks of instanced objects.
The tree model should not be culled.
After some debugging, I found that, it seems the instanceCullingFunction used the wrong camera to cull checks in the InstancedGeometry。
Because the WaterFilter has a reflectionCam, the default camera will be replaced when waterFilter rendering.
I've solved my problem using this way,pass the render camera from the instanced node to the instanced geometry for culling checks.
Hope this can helps.
JME version:3.6.0-stable
System: win10