Class FbxAnimNode

java.lang.Object
com.jme3.scene.plugins.fbx.objects.FbxObject
com.jme3.scene.plugins.fbx.objects.FbxAnimNode

public class FbxAnimNode extends FbxObject
  • Field Details

    • value

      public com.jme3.math.Vector3f value
    • xCurve

      public FbxAnimCurve xCurve
    • yCurve

      public FbxAnimCurve yCurve
    • zCurve

      public FbxAnimCurve zCurve
    • layerId

      public long layerId
  • Constructor Details

  • Method Details

    • link

      public void link(FbxObject otherObject, String propertyName)
      Overrides:
      link in class FbxObject
    • link

      public void link(FbxObject otherObject)
      Overrides:
      link in class FbxObject
    • haveAnyChannel

      public boolean haveAnyChannel()
    • exportTimes

      public void exportTimes(Collection<Long> stamps)
    • getValue

      public com.jme3.math.Vector3f getValue(long time, com.jme3.math.Vector3f defaultValue)