unity-voxel icon indicating copy to clipboard operation
unity-voxel copied to clipboard

[Question] - Usage hints

Open angel1st opened this issue 5 years ago • 2 comments

Hey man, Thanks for the excellent project. I have a question though - how I can use this to voxelize another object than the one you have in the unity project? Would you be kind to describe the steps?

angel1st avatar Feb 26 '20 11:02 angel1st

I found that the script/shader does work with other models, however the scale is set to 0.0015 so any reasonably-sized model is tiny/invisible. (It seems the scale is set to 0.0015 because the demo Venus model is gargantuan.)

I corrected the scale and found I could get things to voxelize and appear as expected. Hope this helps!

andymikulski avatar Mar 29 '20 15:03 andymikulski

I works when you set the scale to 1,1,1 but then the particle behaviour is all messed up and I can't seem to reproduce the swirling effect he's got going on with the default mesh.

thecrazy avatar Sep 04 '20 07:09 thecrazy