public class AVSoftwareHAnimFactory extends Object implements org.j3d.geom.hanim.HAnimFactory
HAnimFactory that provide nodes that
implements skinned mesh rendering using software.
| Constructor and Description |
|---|
AVSoftwareHAnimFactory(boolean speed)
Create a new factory instance that generates nodes optimised for either
space or speed.
|
| Modifier and Type | Method and Description |
|---|---|
org.j3d.geom.hanim.HAnimDisplacer |
createDisplacer()
Create a new default Displacer instance.
|
org.j3d.geom.hanim.HAnimHumanoid |
createHumanoid()
Create a new default Humanoid instance.
|
org.j3d.geom.hanim.HAnimJoint |
createJoint()
Create a new default Joint instance.
|
org.j3d.geom.hanim.HumanoidManager |
createManager()
Create a new empty manager instance.
|
org.j3d.geom.hanim.HAnimSegment |
createSegment()
Create a new default Segment instance.
|
org.j3d.geom.hanim.HAnimSite |
createSite()
Create a new default Site instance.
|
public AVSoftwareHAnimFactory(boolean speed)
speed - true if this should optimised for speed, false for spacepublic org.j3d.geom.hanim.HAnimDisplacer createDisplacer()
createDisplacer in interface org.j3d.geom.hanim.HAnimFactorypublic org.j3d.geom.hanim.HAnimSite createSite()
createSite in interface org.j3d.geom.hanim.HAnimFactorypublic org.j3d.geom.hanim.HAnimSegment createSegment()
createSegment in interface org.j3d.geom.hanim.HAnimFactorypublic org.j3d.geom.hanim.HAnimJoint createJoint()
createJoint in interface org.j3d.geom.hanim.HAnimFactorypublic org.j3d.geom.hanim.HAnimHumanoid createHumanoid()
createHumanoid in interface org.j3d.geom.hanim.HAnimFactorypublic org.j3d.geom.hanim.HumanoidManager createManager()
createManager in interface org.j3d.geom.hanim.HAnimFactory
Copyright © 2001 - 2015 j3d.org