MCPcopy Create free account
hub / github.com/MeshInspector/MeshLib / update_

Method update_

source/MRViewer/MRRenderVolumeObject.cpp:378–382  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

376}
377
378void RenderVolumeObject::update_()
379{
380 dirty_ |= objVoxels_->getDirtyFlags();
381 objVoxels_->resetDirty();
382}
383
384MR_REGISTER_RENDER_OBJECT_IMPL( ObjectVoxels, RenderObjectCombinator<RenderDefaultUiObject, RenderVolumeObject> )
385

Callers

nothing calls this directly

Calls 1

resetDirtyMethod · 0.80

Tested by

no test coverage detected