GPUOpen-LibrariesAndSDKs / RadeonProRenderSDK

AMD Radeon™ ProRender is a powerful physically-based path traced rendering engine that enables creative professionals to produce stunningly photorealistic images.
https://gpuopen.com/radeon-prorender-suite/
Other
221 stars 47 forks source link

Support for clipping planes #29

Closed jrz371 closed 2 years ago

jrz371 commented 3 years ago

Is there a possibility for supporting clipping planes in ProRender? Or a way to recreate the feature with the current version of the SDK? I've had a few feature requests come in for this and it would be nice to support.

An example of Rhinos clipping planes Clipping Planes

bsavery commented 3 years ago

No, but we were looking at this for another application, so adding yours to the current request helps!

RichardGe commented 2 years ago

it's now implemented - check the demo: https://github.com/GPUOpen-LibrariesAndSDKs/RadeonProRenderSDK/tree/master/tutorials/27_cutplanes

jrz371 commented 2 years ago

Works great, thanks!