MCPcopy Create free account
hub / github.com/codereader/DarkRadiant / transformChanged

Method transformChanged

radiantcore/patch/Patch.cpp:233–237  ·  view source on GitHub ↗

Called if the patch has changed, so that the dirty flags are set

Source from the content-addressed store, hash-verified

231
232// Called if the patch has changed, so that the dirty flags are set
233void Patch::transformChanged()
234{
235 _transformChanged = true;
236 _tesselationChanged = true;
237}
238
239// Called to evaluate the transform
240void Patch::evaluateTransform()

Callers 2

transformComponentsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected