rprShapeSetSubdivisionBoundaryInterop
Sets a subdivision boundary type for a shape object.
rpr_status rprShapeSetSubdivisionBoundaryInterop( |
rpr_shape shape, |
Parameters
Parameter |
Description |
---|---|
shape |
The shape to set subdivision boundary type for. |
type |
The subdivision boundary type to set. |
Notes
Boundary Interop defines how subdivisions behave at corners and edges, and whether they are rounded off.
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.