OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hullVertices
(Results
1 - 2
of
2
) sorted by null
/external/jmonkeyengine/engine/src/bullet-native/
com_jme3_bullet_util_DebugShapeFactory.cpp
118
const btVector3*
hullVertices
= hull->getVertexPointer();
124
vertexA =
hullVertices
[hullIndices[index++]];
125
vertexB =
hullVertices
[hullIndices[index++]];
126
vertexC =
hullVertices
[hullIndices[index++]];
/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/util/
DebugShapeFactory.java
185
final List<Vector3f>
hullVertices
= hull.getVertexPointer();
191
vertexA =
hullVertices
.get(hullIndicies.get(index++));
192
vertexB =
hullVertices
.get(hullIndicies.get(index++));
193
vertexC =
hullVertices
.get(hullIndicies.get(index++));
Completed in 1190 milliseconds