delete_light3d(light id);
delete_object3d(3d object id);
get_dist_objects3d(id1, id2);
light3d(intensity, color, distance, x, y, z);see example
- intensity: minimum value 0 (light off) and maximum 200 (strong light); 100 is the default - color: hexadecimal or rgb(red, green, blue); - distance: how far will the light in the 3d scene
load_object3d(filename, wireframe, color, x, y, z);
- accepts 3D objects format: obj, dae, wrl - wireframe: 0 to show solid object; 1 to show the wireframe of the object - color: hexadecimal o rgb(red, green, blue);
- intensity: minimum value 0 (light off) and maximum 200 (strong light); 100 is the default
move_object3d(3d object id, x, y, z, angle x, angle y, angle z);
object_in_scene3d(id, number);
object3d(type, wireframe, color, alpha, line drawn, x, y, z);see example
- wireframe: 0 to show solid object; 1 to show the wireframe of the object - color: hexadecimal o rgb(red, green, blue); - alpha: object opacity - region: region number defined with define_region();
set_fog(scene3d number, color, initial distance, final distance);see example
set_shadows(number, alpha, type);see example
set_terrain(number, file, graphic, distance, terrain height);see example
shadow_in_object3d(3d object id, enable);see example
start_scene3d(number, file, graph, region);see example
stop_scene3d(number);
texture_in_object3d(id, file, graph);see example
video_in_object3d(3d object id, video code, volume, frequency);
- video code: returned by the video file loaded with load_video(); - volume: 0 for minimum volume, 256 for maximum volume - frequency: 256 is the standard rate
write_object3d(id font, wireframe, color, alpha, height, x, y, z, text);see example