Searched defs:getComponentSize (Results 1 - 1 of 1) sorted by relevance

/external/jmonkeyengine/engine/src/core/com/jme3/scene/
H A DVertexBuffer.java296 public int getComponentSize(){ method in class:VertexBuffer.Format
307 * derived from components * format.getComponentSize()
533 this.componentsLength = components * format.getComponentSize();
598 this.componentsLength = components * format.getComponentSize();
1000 componentsLength = components * format.getComponentSize();

Completed in 73 milliseconds