Q3InteractiveRenderer_GetCSGEquation
You can use theQ3InteractiveRenderer_GetCSGEquationfunction to get the CSG equation used by the interactive renderer.
TQ3Status Q3InteractiveRenderer_GetCSGEquation ( TQ3RendererObject renderer, TQ3CSGEquation *equation);
renderer- An interactive renderer.
equation- On exit, the CSG equation currently associated with the interactive renderer. See "CSG Equations" on page 11-12 for the values that can be returned in this parameter.
DESCRIPTION
TheQ3InteractiveRenderer_GetCSGEquationfunction returns, in theequationparameter, the CSG equation currently associated with the interactive renderer specified by therendererparameter.