Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/carbonengine/trinity
/ GetNumOfMeshes
Method
GetNumOfMeshes
trinity/Tr2Model.h:35–38 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
33
virtual bool GetBoundingBox( Vector3& min, Vector3& max );
34
35
unsigned int GetNumOfMeshes()
36
{
37
return (unsigned int)m_meshes.size();
38
}
39
Tr2MeshPtr GetMesh( unsigned int ix )
40
{
41
return m_meshes[ix];
Callers
1
GetBatches
Method · 0.80
Calls
1
size
Method · 0.80
Tested by
no test coverage detected