Skip to content

Graphics - 3D Scene🔗

Operators🔗

add_scene_3d_cameraAddScene3dCamera: Add a camera to a 3D scene.

add_scene_3d_instanceAddScene3dInstance: Add an instance of a 3D object model to a 3D scene.

add_scene_3d_labelAddScene3dLabel: Add a text label to a 3D scene.

add_scene_3d_lightAddScene3dLight: Add a light source to a 3D scene.

clear_scene_3dClearScene3d: Delete a 3D scene and free all allocated memory.

create_scene_3dCreateScene3d: Create the data structure that is needed to visualize collections of 3D objects.

display_scene_3dDisplayScene3d: Display a 3D scene.

get_display_scene_3d_infoGetDisplayScene3dInfo: Get the depth or the index of instances in a displayed 3D scene.

remove_scene_3d_cameraRemoveScene3dCamera: Remove a camera from a 3D scene.

remove_scene_3d_instanceRemoveScene3dInstance: Remove an object instance from a 3D scene.

remove_scene_3d_labelRemoveScene3dLabel: Remove a text label from a 3D scene.

remove_scene_3d_lightRemoveScene3dLight: Remove a light from a 3D scene.

render_scene_3dRenderScene3d: Render an image of a 3D scene.

set_scene_3d_camera_poseSetScene3dCameraPose: Set the pose of a camera in a 3D scene.

set_scene_3d_instance_paramSetScene3dInstanceParam: Set parameters of an instance in a 3D scene.

set_scene_3d_instance_poseSetScene3dInstancePose: Set the pose of an instance in a 3D scene.

set_scene_3d_label_paramSetScene3dLabelParam: Set parameters of a text label in a 3D scene.

set_scene_3d_light_paramSetScene3dLightParam: Set parameters of a light in a 3D scene.

set_scene_3d_paramSetScene3dParam: Set parameters of a 3D scene.

set_scene_3d_to_world_poseSetScene3dToWorldPose: Set the pose of a 3D scene.