Camera.SetOrthographicMode
Camera.SetOrthographicMode method
Configures this Camera to use Orthographic projection.
public void SetOrthographicMode(float xmag, float ymag, float znear, float zfar)
| Parameter | Type | Description |
|---|---|---|
| xmag | Single | Magnification in the X axis. |
| ymag | Single | Magnification in the Y axis. |
| znear | Single | Distance to the near pane in the Z axis. |
| zfar | Single | Distance to the far plane in the Z axis. |
See Also
- class Camera
- namespace Aspose.CAD.FileFormats.GLB
- assembly Aspose.CAD