com.tirix.anim8or
Class Anim8orPrimitive.Cylinder

java.lang.Object
  extended by javax.media.j3d.SceneGraphObject
      extended by javax.media.j3d.Node
          extended by javax.media.j3d.Group
              extended by javax.media.j3d.TransformGroup
                  extended by com.tirix.anim8or.Anim8orTransform
                      extended by com.tirix.anim8or.Anim8orPrimitive
                          extended by com.tirix.anim8or.Anim8orPrimitive.Cylinder
Enclosing class:
Anim8orPrimitive

public static class Anim8orPrimitive.Cylinder
extends Anim8orPrimitive


Nested Class Summary
 
Nested classes/interfaces inherited from class com.tirix.anim8or.Anim8orPrimitive
Anim8orPrimitive.Cube, Anim8orPrimitive.Cylinder, Anim8orPrimitive.Sphere
 
Field Summary
 
Fields inherited from class javax.media.j3d.TransformGroup
ALLOW_TRANSFORM_READ, ALLOW_TRANSFORM_WRITE
 
Fields inherited from class javax.media.j3d.Group
ALLOW_CHILDREN_EXTEND, ALLOW_CHILDREN_READ, ALLOW_CHILDREN_WRITE, ALLOW_COLLISION_BOUNDS_READ, ALLOW_COLLISION_BOUNDS_WRITE
 
Fields inherited from class javax.media.j3d.Node
ALLOW_AUTO_COMPUTE_BOUNDS_READ, ALLOW_AUTO_COMPUTE_BOUNDS_WRITE, ALLOW_BOUNDS_READ, ALLOW_BOUNDS_WRITE, ALLOW_COLLIDABLE_READ, ALLOW_COLLIDABLE_WRITE, ALLOW_LOCAL_TO_VWORLD_READ, ALLOW_PICKABLE_READ, ALLOW_PICKABLE_WRITE, ENABLE_COLLISION_REPORTING, ENABLE_PICK_REPORTING
 
Constructor Summary
Anim8orPrimitive.Cylinder(String name, Vector3f baseOrigin, Quat4f baseOrientation, Anim8orMaterial material, float diameter, float height, int xdivision, int ydivision)
           
 
Method Summary
 
Methods inherited from class com.tirix.anim8or.Anim8orTransform
getName, toString
 
Methods inherited from class javax.media.j3d.TransformGroup
cloneNode, getTransform, setTransform
 
Methods inherited from class javax.media.j3d.Group
addChild, getAllChildren, getAlternateCollisionTarget, getChild, getCollisionBounds, indexOfChild, insertChild, moveTo, numChildren, removeAllChildren, removeChild, removeChild, setAlternateCollisionTarget, setChild, setCollisionBounds
 
Methods inherited from class javax.media.j3d.Node
cloneTree, cloneTree, cloneTree, cloneTree, cloneTree, cloneTree, duplicateNode, getBounds, getBoundsAutoCompute, getCollidable, getLocalToVworld, getLocalToVworld, getParent, getPickable, setBounds, setBoundsAutoCompute, setCollidable, setPickable
 
Methods inherited from class javax.media.j3d.SceneGraphObject
clearCapability, clearCapabilityIsFrequent, duplicateSceneGraphObject, getCapability, getCapabilityIsFrequent, getUserData, isCompiled, isLive, setCapability, setCapabilityIsFrequent, setUserData, updateNodeReferences
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Anim8orPrimitive.Cylinder

public Anim8orPrimitive.Cylinder(String name,
                                 Vector3f baseOrigin,
                                 Quat4f baseOrientation,
                                 Anim8orMaterial material,
                                 float diameter,
                                 float height,
                                 int xdivision,
                                 int ydivision)