MCPcopy Create free account
hub / github.com/ad-si/LuaCAD / DepthComplexityAlgorithm

Enum DepthComplexityAlgorithm

OpenCSG/include/opencsg.h:192–196  ·  view source on GitHub ↗

The DepthComplexityAlgorithm specifies the strategy for profiting from depth complexity when performing the CSG rendering. - NoDepthComplexitySampling: Does not employ the depth complexity. This essentially makes the algorithm O(n�), but with low constant costs. - DepthComplexitySampling: Calculates the depth complexity k using the stencil buffer. This makes algorithm O(n*k), but with high constan

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected