rpr_scene_info

Usage

Information to retrieve on an rpr_scene object.

Possible Values

Name

Value

Brief Explanation

RPR_SCENE_SHAPE_COUNT

0x701

Number of rpr_shapes attached.

RPR_SCENE_LIGHT_COUNT

0x702

number of rpr_lights attached.

RPR_SCENE_SHAPE_LIST

0x704

List of rpr_shape objects.

RPR_SCENE_LIGHT_LIST

0x705

List of rpr_light objects.

RPR_SCENE_CAMERA

0x706

rpr_camera set.

RPR_SCENE_CAMERA_RIGHT

0x707

rpr_camera for the right eye if doing stereoscopic rendering.

RPR_SCENE_BACKGROUND_IMAGE

0x708

Background image set.

RPR_SCENE_AABB

0x70D

Axis alligned bounding box.

RPR_SCENE_HETEROVOLUME_LIST

0x70E

List of rpr_heterovolumes attached.

RPR_SCENE_HETEROVOLUME_COUNT

0x70F

Number of rpr_heterovolumes attached.

RPR_SCENE_CURVE_LIST

0x710

List or rpr_curve objects attached.

RPR_SCENE_CURVE_COUNT

0x711

Number of rpr_curve objects attached.

RPR_SCENE_ENVIRONMENT_LIGHT

0x712

Environment light attached to a scene.

RPR_SCENE_NAME

RPR_OBJECT_NAME

Custom name set with rprObjectSetName().

RPR_SCENE_UNIQUE_ID

RPR_OBJECT_UNIQUE_ID

ID for this object.

RPR_SCENE_CUSTOM_PTR

RPR_OBJECT_CUSTOM_PTR

Custom pointer, if set on this object.