Home
last modified time | relevance | path

Searched refs:mTriCount (Results 1 – 12 of 12) sorted by relevance

/dports/devel/bullet/bullet3-3.21/Extras/ConvexDecomposition/
H A Dcd_wavefront.cpp780 mTriCount = 0; in WavefrontObj()
800 mTriCount = 0; in loadObj()
815 mTriCount = indices.size() / 3; in loadObj()
816 mIndices = new int[mTriCount * 3 * sizeof(int)]; in loadObj()
817 memcpy(mIndices, &indices[0], sizeof(int) * mTriCount * 3); in loadObj()
818 ret = mTriCount; in loadObj()
H A Dcd_wavefront.h50 int mTriCount; variable
/dports/science/chrono/chrono-7.0.1/src/chrono/collision/gimpact/ConvexDecomposition/
H A Dcd_wavefront.cpp812 mTriCount = 0; in WavefrontObj()
833 mTriCount = 0; in loadObj()
850 mTriCount = indices.size()/3; in loadObj()
851 mIndices = new int[mTriCount*3*sizeof(int)]; in loadObj()
852 memcpy(mIndices, &indices[0], sizeof(int)*mTriCount*3); in loadObj()
853 ret = mTriCount; in loadObj()
H A Dcd_wavefront.h55 int mTriCount; variable
/dports/science/chrono/chrono-7.0.1/src/chrono_thirdparty/HACDv2/
H A Dwavefront.cpp772 mTriCount = 0; in WavefrontObj()
794 mTriCount = 0; in loadObj()
819 mTriCount = (int)indices.size()/3; in loadObj()
820 mIndices = new int[mTriCount*3*sizeof(int)]; in loadObj()
821 memcpy(mIndices, &indices[0], sizeof(int)*mTriCount*3); in loadObj()
822 ret = mTriCount; in loadObj()
H A DAutoGeometry.h44 mTriCount = 0; in SimpleHull()
56 hacd::HaU32 mTriCount; variable
H A DAutoGeometry.cpp120 mTriCount = 0; in release()
145 mTriCount = result.mNumTriangles; in generateHull()
146 mIndices = (hacd::HaU32 *)HACD_ALLOC(sizeof(hacd::HaU32)*mTriCount*3); in generateHull()
147 memcpy(mIndices,result.mIndices,sizeof(hacd::HaU32)*mTriCount*3); in generateHull()
152 …mMeshVolume = fm_computeMeshVolume( mVertices, mTriCount, mIndices ); // compute the volume of thi… in generateHull()
H A Dwavefront.h46 int mTriCount; variable
/dports/devel/emscripten/emscripten-2.0.3/tests/third_party/bullet/Extras/ConvexDecomposition/
H A Dcd_wavefront.cpp812 mTriCount = 0; in WavefrontObj()
833 mTriCount = 0; in loadObj()
850 mTriCount = indices.size()/3; in loadObj()
851 mIndices = new int[mTriCount*3*sizeof(int)]; in loadObj()
852 memcpy(mIndices, &indices[0], sizeof(int)*mTriCount*3); in loadObj()
853 ret = mTriCount; in loadObj()
H A Dcd_wavefront.h55 int mTriCount; variable
/dports/devel/py-bullet3/bullet3-3.21/Extras/ConvexDecomposition/
H A Dcd_wavefront.cpp780 mTriCount = 0; in WavefrontObj()
800 mTriCount = 0; in loadObj()
815 mTriCount = indices.size() / 3; in loadObj()
816 mIndices = new int[mTriCount * 3 * sizeof(int)]; in loadObj()
817 memcpy(mIndices, &indices[0], sizeof(int) * mTriCount * 3); in loadObj()
818 ret = mTriCount; in loadObj()
H A Dcd_wavefront.h50 int mTriCount; variable