Interface Shape.Visitor2

  • Enclosing class:
    Shape

    public static interface Shape.Visitor2
    General Shape visitor
    • Method Detail

      • visit

        boolean visit​(Shape s,
                      com.jogamp.math.util.PMVMatrix4f pmv)
        Visitor method
        Parameters:
        s - the Shape to process
        pmv - the PMVMatrix4f setup from the Scene down to the Shape
        Returns:
        true to signal operation complete and to stop traversal, otherwise false