public class Cylinder extends Geometry
TODO: Resolve the fact that backends differ on whether it is a closed or an open cylinder.
CATEGORY_EDGE, CATEGORY_FACE, CATEGORY_VERTEX
Modifier and Type | Method and Description |
---|---|
void |
accept(SceneGraphVisitor v)
The accept method for a SceneGraphVisitor.
|
addGeometryListener, getAttributes, getAttributes, getGeometryAttributeCathegories, getGeometryAttributes, getGeometryAttributes, getNumEntries, removeGeometryListener, setAttributes, setAttributes, setCountAndAttributes, setCountAndAttributes, setGeometryAttributes, setGeometryAttributes, setNumEntries
getName, getOwner, getThreadSafe, isReadOnly, setName, setOwner, setReadOnly, setThreadSafe, toString
public Cylinder(String name)
public Cylinder()
public void accept(SceneGraphVisitor v)
SceneGraphNode