Stereo rendering parameters. More...
#include <mi32/stereorender.h>
Public Member Functions | |
| STEREORENDER () | |
| double | GetAmtColorNoTerrain () const |
| const COLOR & | GetColorNoTerrain () const |
| double | GetMaxReliefExaggeration () const |
| double | GetPctDepthBeyondScreen () const |
| double | GetRelativeDepthScale () const |
| STEREOVIEW | GetShiftView () const |
| void | IniRead (const char *IniGroup=0) |
| void | IniWrite (const char *IniGroup=0) const |
| bool | IsEnabled () const |
| void | SetColorNoTerrain (const COLOR &ColorNoTerrain, double amount) |
| void | SetMaxReliefExaggeration (double MaxReliefExaggeration) |
| void | SetPctDepthBeyondScreen (double PctDepthBeyondScreen) |
| void | SetRelativeDepthScale (double RelativeDepthScale) |
| void | SetShiftView (STEREOVIEW ShiftView) |
Stereo rendering parameters.
| STEREORENDER::STEREORENDER | ( | ) |
Constructor.
| double STEREORENDER::GetAmtColorNoTerrain | ( | ) | const [inline] |
Get "amount" of "no terrain" color to use.
| const COLOR& STEREORENDER::GetColorNoTerrain | ( | ) | const [inline] |
Get color for highlighting "no terrain" areas.
| double STEREORENDER::GetMaxReliefExaggeration | ( | ) | const [inline] |
Get maximum relief exaggeration.
| double STEREORENDER::GetPctDepthBeyondScreen | ( | ) | const [inline] |
Set percentage of depth to render as "beyond" the screen.
| double STEREORENDER::GetRelativeDepthScale | ( | ) | const [inline] |
Get relative depth scale.
| STEREOVIEW STEREORENDER::GetShiftView | ( | ) | const [inline] |
Get which view to "shift".
| void STEREORENDER::IniRead | ( | const char * | IniGroup = 0 |
) |
Read values from Ini file.
| void STEREORENDER::IniWrite | ( | const char * | IniGroup = 0 |
) | const |
Write values to Ini file.
| bool STEREORENDER::IsEnabled | ( | ) | const [inline] |
Determine if stereo rendering is enabled.
| void STEREORENDER::SetColorNoTerrain | ( | const COLOR & | ColorNoTerrain, | |
| double | amount | |||
| ) | [inline] |
Set color and amount to use for "no terrain" areas.
| ColorNoTerrain | Highlighting color | |
| amount | Amount (0=none to 1=all) |
| void STEREORENDER::SetMaxReliefExaggeration | ( | double | MaxReliefExaggeration | ) | [inline] |
Set maximum relief exaggeration.
| void STEREORENDER::SetPctDepthBeyondScreen | ( | double | PctDepthBeyondScreen | ) | [inline] |
Set percentage of depth to render as "beyond" the plane of the screen.
| void STEREORENDER::SetRelativeDepthScale | ( | double | RelativeDepthScale | ) | [inline] |
Set relative depth scale.
| void STEREORENDER::SetShiftView | ( | STEREOVIEW | ShiftView | ) | [inline] |
Set view to shift.
1.6.1