Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TombEngine/TombEngine
/ GetVisibilityAabb
Method
GetVisibilityAabb
TombEngine/Game/StaticMesh.cpp:8–13 ·
view source on GitHub ↗
namespace TEN {
Source
from the content-addressed store, hash-verified
6
//namespace TEN
7
//{
8
GameBoundingBox StaticMesh::GetVisibilityAabb() const
9
{
10
auto aabb = Statics[Slot].visibilityBox;
11
ScaleAabb(aabb);
12
return aabb;
13
}
14
15
GameBoundingBox StaticMesh::GetCollisionAabb() const
16
{
Callers
1
StaticMesh.cpp
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected