Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
2715
bool Viewer::isSceneTextureBound() const
2716
{
2717
if ( !sceneTexture_ )
2718
return false;
2719
return sceneTexture_->isBound();
2720
}
2721
2722
void Viewer::bindSceneTexture( bool bind )
2723
{
Callers
3
renderToImage
Function · 0.80
multiPickObjects
Method · 0.80
findVisibleFaces
Method · 0.80
Calls
1
isBound
Method · 0.80
Tested by
no test coverage detected