public class AVShaderHAnimFactory extends Object implements org.j3d.geom.hanim.HAnimFactory
HAnimFactory that provide nodes that
implements skinned mesh rendering using GLSL shaders.
| Constructor and Description |
|---|
AVShaderHAnimFactory() |
| 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 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