Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ GetBox
Method
GetBox
Source/Engine/Content/Assets/Model.cpp:111–114 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
109
}
110
111
BoundingBox Model::GetBox(const Matrix& world, int32 lodIndex) const
112
{
113
return LODs[lodIndex].GetBox(world);
114
}
115
116
BoundingBox Model::GetBox(int32 lodIndex) const
117
{
Callers
15
OnSceneRenderingAddActor
Method · 0.45
OnSceneRenderingUpdateActor
Method · 0.45
OnSceneRenderingRemoveActor
Method · 0.45
DrawSky
Method · 0.45
Render
Method · 0.45
Bind
Method · 0.45
cacheStaticGeometryTree
Function · 0.45
DrawInstance
Method · 0.45
DrawType
Method · 0.45
AddInstance
Method · 0.45
SetInstanceTransform
Method · 0.45
OnFoliageTypeModelLoaded
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected