MCPcopy Create free account
hub / github.com/TheRealMJP/BakingLab / GetMaterial

Method GetMaterial

SampleFramework11/v1.02/Graphics/SDKMesh.cpp:334–337  ·  view source on GitHub ↗

--------------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

332
333//--------------------------------------------------------------------------------------
334SDKMESH_MATERIAL* SDKMesh::GetMaterial( UINT iMaterial )
335{
336 return &m_pMaterialArray[ iMaterial ];
337}
338
339//--------------------------------------------------------------------------------------
340SDKMESH_MESH* SDKMesh::GetMesh( UINT iMesh )

Callers 1

CreateFromSDKMeshFileMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected