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

Method isSceneTextureBound

source/MRViewer/MRViewer.cpp:2715–2720  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2713}
2714
2715bool Viewer::isSceneTextureBound() const
2716{
2717 if ( !sceneTexture_ )
2718 return false;
2719 return sceneTexture_->isBound();
2720}
2721
2722void Viewer::bindSceneTexture( bool bind )
2723{

Callers 3

renderToImageFunction · 0.80
multiPickObjectsMethod · 0.80
findVisibleFacesMethod · 0.80

Calls 1

isBoundMethod · 0.80

Tested by

no test coverage detected