Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ Intersects
Method
Intersects
Source/Engine/Terrain/TerrainChunk.cpp:205–208 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
203
}
204
205
bool TerrainChunk::Intersects(const Ray& ray, Real& distance)
206
{
207
return _bounds.Intersects(ray, distance);
208
}
209
210
void TerrainChunk::UpdateBounds()
211
{
Callers
6
RayCast
Method · 0.45
DrawImpl
Method · 0.45
IntersectsItself
Method · 0.45
DrawPhysicsDebug
Method · 0.45
RayCastBVH
Method · 0.45
RayCast
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected