org.jdesktop.j3d.loaders.vrml97.impl
Class GroupGeom
java.lang.Object
org.jdesktop.j3d.loaders.vrml97.impl.BaseNode
org.jdesktop.j3d.loaders.vrml97.impl.Node
org.jdesktop.j3d.loaders.vrml97.impl.Geometry
org.jdesktop.j3d.loaders.vrml97.impl.GroupGeom
- All Implemented Interfaces:
- Cloneable, Notifier
- Direct Known Subclasses:
- Cone, Cylinder, Sphere
public abstract class GroupGeom
- extends Geometry
Description of the Class
Fields inherited from class org.jdesktop.j3d.loaders.vrml97.impl.Node |
FieldSpec |
Constructor Summary |
GroupGeom(Loader loader)
Constructor for the GroupGeom object |
GroupGeom
public GroupGeom(Loader loader)
- Constructor for the GroupGeom object
- Parameters:
loader
- Description of the Parameter
initGroupImpl
public abstract Group initGroupImpl(Appearance ap)
- Description of the Method
- Parameters:
ap
- Description of the Parameter
- Returns:
- Description of the Return Value
getNumTris
public int getNumTris()
- Gets the numTris attribute of the GroupGeom object
- Overrides:
getNumTris
in class BaseNode
- Returns:
- The numTris value
Todo: put BSD License reference here..