Skip to content

j3d_camera_perspective_create

derme302 edited this page Apr 11, 2014 · 2 revisions

Creates a perspective camera.

Syntax

Arguments: N/A

Returns: Real

Example

camera = j3d_camera_perspective_create();

This will create a new perspective camera and store its id in the camera variable.

Clone this wiki locally