Home
last modified time | relevance | path

Searched defs:normalOffset (Results 1 – 10 of 10) sorted by relevance

/external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/bullet/
DSoftMeshTest.java46 int normalOffset; field in SoftMeshTest
123 …ces(meshPart.mesh.getVerticesBuffer(), meshPart.mesh.getVertexSize(), positionOffset, normalOffset, in render() local
DSoftBodyTest.java108 final int normalOffset = mesh.getVertexAttribute(Usage.Normal).offset / 4; in create() local
/external/libgdx/extensions/gdx-bullet/jni/swig-src/softbody/com/badlogic/gdx/physics/bullet/softbody/
DbtCPUVertexBufferDescriptor.java72 …va.nio.FloatBuffer basePointer, int vertexOffset, int vertexStride, int normalOffset, int normalSt… in SwigConstructbtCPUVertexBufferDescriptor()
77 …va.nio.FloatBuffer basePointer, int vertexOffset, int vertexStride, int normalOffset, int normalSt… in btCPUVertexBufferDescriptor()
DbtSoftBody.java4325 …Info, java.nio.FloatBuffer vertices, int vertexSize, int posOffset, int normalOffset, java.nio.Sho… in SwigConstructbtSoftBody()
4332 …Info, java.nio.FloatBuffer vertices, int vertexSize, int posOffset, int normalOffset, java.nio.Sho… in btSoftBody()
4361 …tices(java.nio.FloatBuffer vertices, int vertexSize, int posOffset, int normalOffset, java.nio.Sho… in getVertices()
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletSoftBody/
DbtSoftBodySolverVertexBuffer.h130 …Descriptor( float *basePointer, int vertexOffset, int vertexStride, int normalOffset, int normalSt… in btCPUVertexBufferDescriptor()
DbtDefaultSoftBodySolver.cpp111 const int normalOffset = cpuVertexBuffer->getNormalOffset(); in copySoftBodyToVertexBuffer() local
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/utils/shapebuilders/
DRenderableShapeBuilder.java105 int normalOffset = -1; in buildNormals() local
/external/libgdx/extensions/gdx-bullet/jni/swig/softbody/
DbtSoftBody.i39 …rldInfo *worldInfo, float *vertices, int vertexSize, int posOffset, int normalOffset, short *indic… in btSoftBody()
151 …void getVertices(float *vertices, int vertexSize, int posOffset, int normalOffset, short *indices,… in getVertices()
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/glutils/
DImmediateModeRenderer20.java43 private final int normalOffset; field in ImmediateModeRenderer20
/external/libgdx/extensions/gdx-bullet/jni/swig-src/softbody/
Dsoftbody_wrap.cpp1889 …dyWorldInfo *worldInfo,float *vertices,int vertexSize,int posOffset,int normalOffset,short *indice… in new_btSoftBody__SWIG_2()
1990 …WIG_2(btSoftBody *self,float *vertices,int vertexSize,int posOffset,int normalOffset,short *indice… in btSoftBody_getVertices__SWIG_2()