Login  Register

Re: DirtyType mechanism...

Posted by ThomasR on Jul 26, 2017; 7:36pm
URL: https://forum.jogamp.org/DirtyType-mechanism-tp4038074p4038078.html

Hi Julien,

I found that in com.ardor3d.scenegraph.Spatial, DirtyType.Attached is not part of the EnumSet ON_DIRTY_ATTACHED. If I add, the flag is set as I expect. But where to clearDirty(DirtyType.Attached)? In updateGeometricState()? It seems like the clear belongs somewhere else.  I believe this should be done in Jogamp Ardor3D somewhere, but not by the application itself. What do you think?

Tom