Skip to content

j3d_render

Derme edited this page Apr 11, 2014 · 1 revision

Renders a the view of a scene to the selected renderer.

Syntax

Arguments:

  1. renderer - The id of the renderer you want to use
  2. scene - The id of the scene you want to render
  3. camera - The id of the camera you want to use

Returns: N/A

Example

j3d_render(global.renderer, global.scene, global.camera);

todo

Clone this wiki locally