OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getVertices
(Results
1 - 6
of
6
) sorted by null
/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/util/
DebugShapeFactory.java
116
getVertices
(shape.getObjectId(), callback);
117
mesh.setBuffer(Type.Position, 3, callback.
getVertices
());
122
private static native void
getVertices
(long shapeId, DebugMeshCallback buffer);
DebugMeshCallback.java
51
public FloatBuffer
getVertices
() {
/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/util/
DebugShapeFactory.java
126
mesh.setBuffer(Type.Position, 3,
getVertices
((ConvexShape) shape.getCShape()));
130
mesh.setBuffer(Type.Position, 3,
getVertices
((ConcaveShape) shape.getCShape()));
142
private static FloatBuffer
getVertices
(ConcaveShape concaveShape) {
148
return triangleProcessor.
getVertices
();
158
private static FloatBuffer
getVertices
(ConvexShape convexShape) {
233
public FloatBuffer
getVertices
() {
/cts/tests/tests/openglperf/src/android/openglperf/cts/
PlanetsRenderer.java
198
mSpheres[i].
getVertices
());
202
mSpheres[i].
getVertices
().duplicate().position(3));
398
FloatBuffer vertices = mSpheres[i].
getVertices
();
Sphere.java
131
public FloatBuffer
getVertices
() {
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/meshes/
MeshHelper.java
117
Vector3f[] vertices = this.
getVertices
(structure, blenderContext);
513
private Vector3f[]
getVertices
(Structure meshStructure, BlenderContext blenderContext) throws BlenderFileException {
Completed in 3149 milliseconds