eidosmontreal / unreal-vdb

This repo is a non-official Unreal plugin that can read OpenVDB and NanoVDB files in Unreal.
Apache License 2.0
691 stars 109 forks source link

VDB Writing to custom depth pass #43

Closed Andrej730 closed 2 years ago

Andrej730 commented 2 years ago

Is it possible to make vdb to write to custom depth pass but not as an entire actor's bounding box but as an actuall vdb effect? It would help to better blend vdb with environmnent using postprocess materials (or translucent materials that can read custom stencil values too).

thilamb commented 2 years ago

Good question, I'll investigate.

On Wed, Oct 26, 2022 at 9:00 AM Andrej730 @.***> wrote:

Is it possible to make vdb to write to custom depth pass but not as an entire actor's bounding box but as an actuall vdb effect? It would help to better blend vdb with environmnent using postprocess materials (or translucent materials that can read custom stencil values too).

— Reply to this email directly, view it on GitHub https://github.com/eidosmontreal/unreal-vdb/issues/43, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABVUKHURQBVBXJYQDLK66PLWFETQRANCNFSM6AAAAAARO7DMUQ . You are receiving this because you are subscribed to this thread.Message ID: @.***>

thilamb commented 2 years ago

I took the time to check and sadly the code is not customizable from a plugin so I can't do this. Sorry.