Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ Clear
Function
Clear
Source/Engine/Graphics/Models/CollisionProxy.h:70–73 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
68
}
69
70
void Clear()
71
{
72
Triangles.Clear();
73
}
74
75
bool Intersects(const Ray& ray, const Matrix& world, Real& distance, Vector3& normal) const
76
{
Callers
4
MeshDeformation.h
File · 0.70
Setup
Method · 0.70
SaveShaderAsset
Method · 0.50
Load
Method · 0.50
Calls
1
Clear
Method · 0.45
Tested by
no test coverage detected