Class ArmatureInterJointsWire

java.lang.Object
com.jme3.scene.Mesh
com.jme3.scene.debug.custom.ArmatureInterJointsWire
All Implemented Interfaces:
Savable, JmeCloneable, Cloneable

public class ArmatureInterJointsWire extends Mesh
A class that displays a dotted line between a bone tail and its children's heads.
  • Constructor Details

    • ArmatureInterJointsWire

      public ArmatureInterJointsWire(Vector3f start, Vector3f[] ends)
    • ArmatureInterJointsWire

      protected ArmatureInterJointsWire()
      For serialization only. Do not use.
  • Method Details

    • updateGeometry

      protected void updateGeometry(Vector3f start, Vector3f[] ends)
    • updatePoints

      public void updatePoints(Vector3f start, Vector3f[] ends)
      Update the start and end points of the line.
      Parameters:
      start - location vector (not null, unaffected)
      ends - array of location vectors (not null, unaffected)