Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ Dirty
Method
Dirty
Source/Engine/Graphics/Models/MeshDeformation.cpp:58–62 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
56
}
57
58
void MeshDeformation::Dirty()
59
{
60
for (MeshDeformationData* deformation : _deformations)
61
deformation->Dirty = true;
62
}
63
64
void MeshDeformation::Dirty(int32 lodIndex, int32 meshIndex, MeshBufferType type)
65
{
Callers
nothing calls this directly
Calls
1
GetKey
Function · 0.70
Tested by
no test coverage detected