Searched refs:maxNumWeights (Results 1 – 1 of 1) sorted by relevance
178 private int maxNumWeights = -1; // only if using skeletal animation field in Mesh249 clone.maxNumWeights = maxNumWeights; in deepClone()475 return maxNumWeights; in getMaxNumWeights()485 public void setMaxNumWeights(int maxNumWeights) { in setMaxNumWeights() argument486 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()