MCPcopy Create free account
hub / github.com/TombEngine/TombEngine / GetVisibilityObb

Method GetVisibilityObb

TombEngine/Game/StaticMesh.cpp:44–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42 }
43
44 BoundingOrientedBox StaticMesh::GetVisibilityObb() const
45 {
46 return GetBoundsAccurate(*this, true).ToBoundingOrientedBox(Pose);
47 }
48
49 GameBoundingBox& GetBoundsAccurate(const StaticMesh& staticObj, bool getVisibilityAabb)
50 {

Callers

nothing calls this directly

Calls 1

ToBoundingOrientedBoxMethod · 0.80

Tested by

no test coverage detected