scenerygraphics / scenery

Flexible VR Visualisation for Volumetric and Geometric Data on the Java VM, powered by Kotlin and Vulkan.
https://scenery.graphics
GNU Lesser General Public License v3.0
128 stars 31 forks source link

Setting needsUpdate and/or dirty flag does not trigger push render update #266

Closed kephale closed 1 month ago

kephale commented 4 years ago

I'm adjusting the command for SetTransferFunction in sciview, and when I set needsUpdate and dirty flags to be true after each slider change no change occurs until I go in and manually interact with the scene, triggering a renderer push.

kephale commented 1 month ago

This should be resolved now.