JOGL v2.6.0-rc-20250706
JOGL, High-Performance Graphics Binding for Java™ (public API).
com.jogamp.graph.ui.Shape.Visitor2 Interface Reference

General Shape visitor. More...

Collaboration diagram for com.jogamp.graph.ui.Shape.Visitor2:

Public Member Functions

boolean visit (Shape s, final PMVMatrix4f pmv)
 Visitor method. More...
 

Detailed Description

General Shape visitor.

Definition at line 103 of file Shape.java.

Member Function Documentation

◆ visit()

boolean com.jogamp.graph.ui.Shape.Visitor2.visit ( Shape  s,
final PMVMatrix4f  pmv 
)

Visitor method.

Parameters
sthe Shape to process
pmvthe PMVMatrix4f setup from the Scene down to the Shape
Returns
true to signal operation complete and to stop traversal, otherwise false

The documentation for this interface was generated from the following file: