Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/crownengine/crown
/ clear_changed
Method
clear_changed
src/world/scene_graph.cpp:431–436 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
429
}
430
431
void SceneGraph::clear_changed()
432
{
433
for (u32 i = 0; i < _data.size; ++i) {
434
_data.changed[i] = false;
435
}
436
}
437
438
void SceneGraph::get_changed(Array<UnitId> &units, Array<Matrix4x4> &world_poses)
439
{
Callers
1
update_scene
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected