MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / GetBox

Method GetBox

Source/Engine/Content/Assets/SkinnedModel.cpp:224–229  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

222}
223
224BoundingBox SkinnedModel::GetBox(const Matrix& world, int32 lodIndex) const
225{
226 if (LODs.Count() == 0)
227 return BoundingBox::Zero;
228 return LODs[lodIndex].GetBox(world);
229}
230
231BoundingBox SkinnedModel::GetBox(int32 lodIndex) const
232{

Callers 1

SaveHeaderMethod · 0.45

Calls 1

CountMethod · 0.45

Tested by

no test coverage detected