Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MeshInspector/MeshLib
/ isAlphaSortAvailable
Method
isAlphaSortAvailable
source/MRViewer/MRViewer.cpp:2642–2645 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2640
}
2641
2642
bool Viewer::isAlphaSortAvailable() const
2643
{
2644
return bool( alphaSorter_ );
2645
}
2646
2647
bool Viewer::enableAlphaSort( bool on )
2648
{
Callers
1
drawRenderOptions_
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected