Unity-Technologies / VFXToolbox

Additional tools for Visual Effect Artists
Other
1.13k stars 107 forks source link

Error: Volume Must be a cube with same X, Y, Z resolution #2

Open Acimaz opened 5 years ago

Acimaz commented 5 years ago

Is it possible to Make the volume to have a cubic boundary by maintaining the volume inside?

image

Like changing its height to have the same size as x and z which would make it possible to export this as well.

peeweek commented 5 years ago

Hello,

if you need to use a custom bounding volume you can use the reference bounds input (for instance of a box) to the ISOOffset node (if I get it right, this is the one you used?), then set the Override Bounds to true and specify the resolution using a non-square uniform sampling (Here, I used 64 cubed for this SDF)

image

peeweek commented 5 years ago

For the export, this is not implemented atm but could be in the future indeed.