rprSkyLightSetScale
Sets scale of a sky light.
rpr_status rprSkyLightSetScale( |
rpr_light skylight, |
rpr_float scale); |
Parameters
Parameter |
Description |
---|---|
skylight |
The sky light to set scale for. |
scale |
The scale value to set. |
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.