Set the 3D stereo mode for the specified grid position.
This applies to the current active WindowProxy. The scene is specified by the currently active FrameManager.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer(kind=int32), | intent(in) | :: | row |
Row in the grid to set. |
||
| integer(kind=int32), | intent(in) | :: | col |
Column in the grid to set. |
||
| logical, | intent(in) | :: | enable |
True to enable 3D stereo mode. |
||
| real(kind=real32), | intent(in) | :: | eyeseparation |
Set eye separation for 3D stereo. |
||
| real(kind=real32), | intent(in) | :: | width |
Width of the screen. |
||
| real(kind=real32), | intent(in) | :: | height |
Height of the screen. |
||
| real(kind=real32), | intent(in) | :: | distance |
Distance of the screen. |