-
Notifications
You must be signed in to change notification settings - Fork 2
j3d_render
Derme edited this page Apr 11, 2014
·
1 revision
Renders a the view of a scene to the selected renderer.
Arguments:
- renderer - The id of the renderer you want to use
- scene - The id of the scene you want to render
- camera - The id of the camera you want to use
Returns: N/A
j3d_render(global.renderer, global.scene, global.camera);
todo