Home | History | Annotate | Download | only in animation

Lines Matching defs:weights

56         float[] weights;
58 public PoseFrame(Pose[] poses, float[] weights) {
60 this.weights = weights;
71 result.weights = this.weights.clone();
87 out.write(weights, "weights", null);
93 weights = in.readFloatArray("weights", null);
108 float poseWeight = frame.weights[i] * weight;