MCPcopy Create free account
hub / github.com/TorqueGameEngines/Torque3D / getNumMesh

Method getNumMesh

Engine/source/ts/loader/appNode.cpp:44–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42}
43
44S32 AppNode::getNumMesh()
45{
46 if (mMeshes.size() == 0)
47 buildMeshList();
48 return mMeshes.size();
49}
50
51AppMesh* AppNode::getMesh(S32 idx)
52{

Callers 3

processNodeMethod · 0.80
recurseSubshapeMethod · 0.80
computeBoundsMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected