HomeSort by relevance Sort by last modified time
    Searched refs:targetMeshIndex (Results 1 - 2 of 2) sorted by null

  /external/jmonkeyengine/engine/src/core/com/jme3/animation/
Pose.java 47 private int targetMeshIndex;
55 public Pose(String name, int targetMeshIndex, Vector3f[] offsets, int[] indices){
57 this.targetMeshIndex = targetMeshIndex;
63 return targetMeshIndex;
114 out.write(targetMeshIndex, "meshIndex", -1);
122 targetMeshIndex = in.readInt("meshIndex", -1);
PoseTrack.java 49 private int targetMeshIndex;
97 public PoseTrack(int targetMeshIndex, float[] times, PoseFrame[] frames){
98 this.targetMeshIndex = targetMeshIndex;
122 Mesh target = targets[targetMeshIndex];
174 out.write(targetMeshIndex, "meshIndex", 0);
182 targetMeshIndex = in.readInt("meshIndex", 0);

Completed in 375 milliseconds