-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Labels
bugSomething that is supposed to work, but doesn't. More severe than a "defect".Something that is supposed to work, but doesn't. More severe than a "defect".
Milestone
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
Ali-RS
Metadata
Metadata
Assignees
Labels
bugSomething that is supposed to work, but doesn't. More severe than a "defect".Something that is supposed to work, but doesn't. More severe than a "defect".
