MCPcopy Create free account
hub / github.com/GarageGames/Torque3D / getNumVerts

Method getNumVerts

Engine/source/ts/tsMesh.cpp:3178–3181  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3176}
3177
3178U32 TSMesh::getNumVerts()
3179{
3180 return mVertexData.isReady() ? mNumVerts : verts.size();
3181}
3182
3183void TSMesh::_convertToVertexData(TSMeshVertexArray &outArray, const Vector<Point3F> &_verts, const Vector<Point3F> &_norms)
3184{

Callers 1

initVertexFeaturesMethod · 0.80

Calls 2

isReadyMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected