Open CASCADE Technology
6.9.0
|
Capping surface rendering algorithm. More...
#include <OpenGl_CappingAlgo.hxx>
Static Public Member Functions | |
static void | RenderCapping (const Handle< OpenGl_Workspace > &theWorkspace, const Graphic3d_SequenceOfGroup &theGroups) |
Draw capping surfaces by OpenGl for the clipping planes enabled in current context state. Depth buffer must be generated for the passed groups. More... | |
static void | RenderPlane (const Handle< OpenGl_Workspace > &theWorkspace, const Handle< Graphic3d_ClipPlane > &thePlane) |
Render infinite capping plane. More... | |
Capping surface rendering algorithm.
|
static |
Draw capping surfaces by OpenGl for the clipping planes enabled in current context state. Depth buffer must be generated for the passed groups.
theWorkspace | [in] the GL workspace, context state. |
theGroups | [in] the group of primitives to be capped. |
|
static |
Render infinite capping plane.
theWorkspace | [in] the GL workspace, context state. |
thePlane | [in] the graphical plane, for which the capping surface is rendered. |