OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bindPos
(Results
1 - 2
of
2
) sorted by null
/external/jmonkeyengine/engine/src/core/com/jme3/animation/
SkeletonControl.java
164
VertexBuffer
bindPos
= mesh.getBuffer(Type.BindPosePosition);
170
FloatBuffer bpb = (FloatBuffer)
bindPos
.getData();
/external/jmonkeyengine/engine/src/core/com/jme3/scene/
Mesh.java
314
VertexBuffer
bindPos
= new VertexBuffer(Type.BindPosePosition);
315
bindPos
.setupData(Usage.CpuOnly,
319
setBuffer(
bindPos
);
[
all
...]
Completed in 146 milliseconds