Home
last modified time | relevance | path

Searched refs:maxNumWeights (Results 1 – 1 of 1) sorted by relevance

/external/jmonkeyengine/engine/src/core/com/jme3/scene/
DMesh.java178 private int maxNumWeights = -1; // only if using skeletal animation field in Mesh
249 clone.maxNumWeights = maxNumWeights; in deepClone()
475 return maxNumWeights; in getMaxNumWeights()
485 public void setMaxNumWeights(int maxNumWeights) { in setMaxNumWeights() argument
486 this.maxNumWeights = maxNumWeights; in setMaxNumWeights()
1274 out.write(maxNumWeights, "max_num_weights", -1); in write()
1290 maxNumWeights = in.readInt("max_num_weights", -1); in read()