Class MoMeshBaseRepresentation

    • Method Detail

      • affectsState

        public boolean affectsState()
        Description copied from class: SoNode
        Returns true if a node has an effect on the state during traversal. The default method returns true. Node classes (such as SoSeparator) that isolate their effects from the rest of the graph override this method to return false.
        Overrides:
        affectsState in class SoNode