keijiro / Dkvfx

An example that shows how to use recorded Depthkit footage with Unity VFX Graph
Other
227 stars 34 forks source link

Is it possible to crop particles ? #16

Closed PockPocket closed 3 years ago

PockPocket commented 3 years ago

Hi again,

I was wondering if it was possible to crop a section out of my volumetric capture ? In other words, I'm trying to get rid of the particles in front of my capture, I tried with the boundary box and adjusting it's size but it didn't seemed to change anything.

Here's an image of what i'm trying to do:

image

keijiro commented 3 years ago

The Kill block is handy for culling particles.

https://docs.unity3d.com/Packages/com.unity.visualeffectgraph@10.4/manual/Block-Kill(AABox).html?q=inside

keijiro commented 3 years ago

By the way, this issue tracker is dedicated to the issues relevant to the Dkvfx project. Please use Forum or other communities for general VFX questions.

keijiro commented 3 years ago

I'm closing this issue now. Please feel free to reopen it for further problems.