MCPcopy Create free account
hub / github.com/KTStephano/StratusGFX / GetMeshCount

Method GetMeshCount

Source/Engine/StratusRenderComponents.cpp:449–451  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

447 }
448
449 size_t RenderComponent::GetMeshCount() const {
450 return meshes->meshes.size();
451 }
452
453 const glm::mat4& RenderComponent::GetMeshTransform(const size_t meshIndex) const {
454 return meshes->transforms[meshIndex];

Callers 11

PrintNodeHierarchyMethod · 0.80
PrintNodeHierarchyMethod · 0.80
PrintNodeHierarchyMethod · 0.80
PrintNodeHierarchyMethod · 0.80
PrintNodeHierarchyMethod · 0.80
PrintNodeHierarchyMethod · 0.80
GetMeshCountFunction · 0.80
UpdateTransformsMethod · 0.80
UpdateMaterialsMethod · 0.80
RecordCommandsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected