RenderMapInfo Class |
Namespace: Demo3D.Gui
public class RenderMapInfo
The RenderMapInfo type exposes the following members.
| Name | Description | |
|---|---|---|
| RenderMapInfo | Initializes a new instance of the RenderMapInfo class |
| Name | Description | |
|---|---|---|
| BitsPerPixel |
The bit format to capture the image
| |
| FieldOfViewY |
Field of view of the render (in degrees).
| |
| ImageHeight |
Height of the output image.
| |
| ImageWidth |
Width of the output image.
| |
| MaxDepth |
Maximum distance to render.
| |
| MinDepth |
Minimum distance to render.
| |
| Position |
Position of the camera.
| |
| RotationAngle |
The rotation of the camera about its forward axis (in radians).
| |
| Target |
Target of the camera
|