How to apply material plugins to DepthRenderer

You can use the setMaterialForRendering function of the depth renderer to use a specific material. If you use a standard/PBR material, you can add plugins to them.

Here’s an example of a material with a plugin used to render PCS with the depth renderer:

1 Like