Home | History | Annotate | Download | only in scene

Lines Matching defs:weights

365             // convert weights
366 VertexBuffer weights = getBuffer(Type.BoneWeight);
367 FloatBuffer originalWeight = (FloatBuffer) weights.getData();
371 weights.updateData(arrayWeight);
468 * Returns the maximum number of weights per vertex on this mesh.
470 * @return maximum number of weights per vertex
479 * Set the maximum number of weights per vertex on this mesh.
1153 // Copy max weights per vertex as well