|
Aviatrix3D 2.2.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
public class 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()
createDisplacer
in interface HAnimFactory
public HAnimSite createSite()
createSite
in interface HAnimFactory
public HAnimSegment createSegment()
createSegment
in interface HAnimFactory
public HAnimJoint createJoint()
createJoint
in interface HAnimFactory
public HAnimHumanoid createHumanoid()
createHumanoid
in interface HAnimFactory
public HumanoidManager createManager()
createManager
in interface HAnimFactory
|
Aviatrix3D 2.2.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |