rprSceneAttachCurve

Attaches a curve object to a scene.

rpr_status rprSceneAttachCurve(

rpr_scene scene,

rpr_curve curve);

Parameters

Parameter

Description

scene

The scene to attach a curve to.

curve

The curve to attach.

Return

Returns RPR_SUCCESS in case of success, or RPR_ERROR code if a problem was encountered.

To learn how to handle errors in AMD Radeon ProRender SDK, see Error Handling.