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

Method getDepthPeelNumPasses

source/MRViewer/MRViewer.cpp:2676–2681  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2674}
2675
2676int Viewer::getDepthPeelNumPasses() const
2677{
2678 if ( !depthPeeler_ )
2679 return 0;
2680 return depthPeeler_->getNumPasses();
2681}
2682
2683void Viewer::setDepthPeelNumPasses( int numPasses )
2684{

Callers 1

drawRenderOptions_Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected