RadeonProRenderSDK icon indicating copy to clipboard operation
RadeonProRenderSDK copied to clipboard

[HybridPro] Support for material faces

Open Derpius opened this issue 1 year ago • 0 comments

I have a large static mesh made up of a number of submaterials which I'm attempting to apply using rpr::Shape::SetMaterialFaces. This throws RPR_ERROR_UNSUPPORTED when using the HybridPro backend.

I can work around this by splitting the mesh by material into separate shapes at runtime, but material faces seem like the best way to do this (and makes the code a lot cleaner).

Derpius avatar Aug 26 '23 09:08 Derpius