Skip to content

j3d_scene_create

derme302 edited this page Apr 11, 2014 · 1 revision

Creates a basic ThreeJS scene.

Syntax

Arguments: N/A

Returns: Real

Example

scene = j3d_scene_create();

This will create a new scene and store it's id in the scene variable.

Clone this wiki locally