Graphics - 3D Scene🔗
Operators🔗
add_scene_3d_camera: Add a camera to a 3D scene.
add_scene_3d_instance: Add an instance of a 3D object model to a 3D scene.
add_scene_3d_label: Add a text label to a 3D scene.
add_scene_3d_light: Add a light source to a 3D scene.
clear_scene_3d: Delete a 3D scene and free all allocated memory.
create_scene_3d: Create the data structure that is needed to visualize collections of
3D objects.
display_scene_3d: Display a 3D scene.
get_display_scene_3d_info: Get the depth or the index of instances in a displayed 3D scene.
remove_scene_3d_camera: Remove a camera from a 3D scene.
remove_scene_3d_instance: Remove an object instance from a 3D scene.
remove_scene_3d_label: Remove a text label from a 3D scene.
remove_scene_3d_light: Remove a light from a 3D scene.
render_scene_3d: Render an image of a 3D scene.
set_scene_3d_camera_pose: Set the pose of a camera in a 3D scene.
set_scene_3d_instance_param: Set parameters of an instance in a 3D scene.
set_scene_3d_instance_pose: Set the pose of an instance in a 3D scene.
set_scene_3d_label_param: Set parameters of a text label in a 3D scene.
set_scene_3d_light_param: Set parameters of a light in a 3D scene.
set_scene_3d_param: Set parameters of a 3D scene.
set_scene_3d_to_world_pose: Set the pose of a 3D scene.