Make Orthographic Camera (vuo.scene.make.camera.orthographic)

Creates an orthographic camera that can be added to a 3D scene.

The camera uses an orthographic projection. Unlike a human eye or a typical camera lens, the orthographic projection makes objects appear the same size regardless of their distance from the camera. It doesn’t have a vanishing point.

Keywords: axonometric, draw, elevation, flat, graphics, isometric, opengl, orthogonal, parallel, projection, scenegraph


Example composition:


Back to vuo.scene node set documentation.