Example usage for Java javax.media.j3d Locale fields, constructors, methods, implement or subclass
The text is from its open source code.
Locale(VirtualUniverse universe) Constructs and initializes a new high resolution Locale object located at (0, 0, 0). | |
Locale(VirtualUniverse universe, HiResCoord hiRes) Constructs and initializes a new high resolution Locale object at the location specified by the HiResCoord argument. |
void | addBranchGraph(BranchGroup branchGroup) Add a new branch graph rooted at BranchGroup to the list of branch graphs. |
Enumeration | getAllBranchGraphs() Gets an Enumeration object of all branch graphs in this Locale. |