Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ IntersectsItself
Method
IntersectsItself
Source/Engine/Level/Actors/Decal.cpp:124–127 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
122
}
123
124
bool Decal::IntersectsItself(const Ray& ray, Real& distance, Vector3& normal)
125
{
126
return _bounds.Intersects(ray, distance, normal);
127
}
128
129
void Decal::OnEnable()
130
{
Callers
nothing calls this directly
Calls
1
Intersects
Method · 0.45
Tested by
no test coverage detected