|
JOGL v2.6.0-rc-20250712
JOGL, High-Performance Graphics Binding for Java (public API).
|
General Shape visitor.
More...
Public Member Functions | |
| boolean | visit (Shape s, final PMVMatrix4f pmv) |
| Visitor method. More... | |
General Shape visitor.
Definition at line 103 of file Shape.java.
| boolean com.jogamp.graph.ui.Shape.Visitor2.visit | ( | Shape | s, |
| final PMVMatrix4f | pmv | ||
| ) |
Visitor method.
| s | the Shape to process |
| pmv | the PMVMatrix4f setup from the Scene down to the Shape |