SoGLRenderActionGetDepthPeelingPass Method |
Get the current pass of depth peeling, -1 if not doing depth peeling.
Namespace: OIV.Inventor.ActionsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax [EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
public int GetDepthPeelingPass()
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
Public Function GetDepthPeelingPass As Integer
public:
[EditorBrowsableAttribute(EditorBrowsableState::Advanced)]
int GetDepthPeelingPass()
[<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>]
member GetDepthPeelingPass : unit -> int
Return Value
Type:
Int32Remarks See Also