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

Method render

source/MRViewer/MRRenderDefaultObjects.cpp:11–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9{}
10
11bool RenderResetDirtyComponent::render( const ModelRenderParams& )
12{
13 if ( objPtr_ )
14 objPtr_->resetDirty();
15 return true;
16}
17
18void RenderResetDirtyComponent::renderPicker( const ModelBaseRenderParams&, unsigned )
19{

Callers

nothing calls this directly

Calls 1

resetDirtyMethod · 0.80

Tested by

no test coverage detected