OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:totweight
(Results
1 - 1
of
1
) sorted by null
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/modifiers/
ArmatureModifier.java
285
int
totweight
= ((Number) dvert.getFieldValue("
totweight
")).intValue();// total amount of weights assignet to the vertex
local
289
if (
totweight
> 0 && pDW.isNotNull() && groupToBoneIndexMap!=null) {// pDW should never be null here, but I check it just in case :)
Completed in 369 milliseconds