What is the best way to determine if a Spatial is going to be rendered?

Well, one thing you can definitely count on… if something is going to be rendered then updateLogicalState() and updateGeometricState() will be called. This is how Lemur does its own lazy initialization.

1 Like