Render Scene using Orthographic camera to image

Hi,

Is it possible to render a scene using an orthographic camera to an image (e.g *.bmp)?

kind regards,
Phap Nguyen

@phapnguyen

We are checking your inquiry in details and will get back to you shortly.

@phapnguyen

Please check this example in the API documentation. You can reuse this sample by adding new line after line 9:

camera.ProjectionType = ProjectionType.Orthographic;