|
Aviatrix3D 1.0 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.j3d.renderer.aviatrix3d.geom.hanim.AVSoftwareHAnimFactory
An implementation of the HAnimFactory
that provide nodes that
implements skinned mesh rendering using software.
Constructor Summary | |
AVSoftwareHAnimFactory(boolean speed)
Create a new factory instance that generates nodes optimised for either space or speed. |
Method Summary | |
HAnimDisplacer |
createDisplacer()
Create a new default Displacer instance. |
HAnimHumanoid |
createHumanoid()
Create a new default Humanoid instance. |
HAnimJoint |
createJoint()
Create a new default Joint instance. |
HumanoidManager |
createManager()
Create a new empty manager instance. |
HAnimSegment |
createSegment()
Create a new default Segment instance. |
HAnimSite |
createSite()
Create a new default Site instance. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public AVSoftwareHAnimFactory(boolean speed)
speed
- true if this should optimised for speed, false for spaceMethod Detail |
public HAnimDisplacer createDisplacer()
public HAnimSite createSite()
public HAnimSegment createSegment()
public HAnimJoint createJoint()
public HAnimHumanoid createHumanoid()
public HumanoidManager createManager()
|
Aviatrix3D 1.0 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |