Description
Fixes the projection parameter for viewing by specified values.
Syntax
Function RFDrawTools.FixProjectionParameter(pOrthoParameter As RFViewProjectionParameter, pPerspectParameter As RFViewProjectionParameter, dLookAtDistance As Double) As RFErrorCode
The FixProjectionParameter syntax has these parts:
| Part | Description |
|---|---|
| pOrthoParameter | [IN] RFViewProjectionParameter Required. Projection parameters for orthogonal viewing. |
| pPerspectParameter | [IN] RFViewProjectionParameter Required. Projection parameters for perspective viewing. |
| dLookAtDistance | [IN] Double Required. Distance value for gluLookAt. |