vlb6 Posted February 21, 2018 Share Posted February 21, 2018 Hi there, Very basic question, what is the correct way to get a custom shape volume, for example a spherical volume? When you plug geo into the volume node all it does is put a square bounding box around the geo. many thanks in advance Quote Link to comment Share on other sites More sharing options...
Nache Posted February 21, 2018 Share Posted February 21, 2018 Hi, Of course it depend on what you want. For a basic fog I would use a vdb_from_polygon. VDB's are quite optimise. IsoOffset is good if you need traditional volume. The fluidsource is good if you need a simple way to "dop" your geo (emission, collision etc.). Gab. Quote Link to comment Share on other sites More sharing options...
vlb6 Posted February 22, 2018 Author Share Posted February 22, 2018 11 hours ago, Nache said: Hi, Of course it depend on what you want. For a basic fog I would use a vdb_from_polygon. VDB's are quite optimise. IsoOffset is good if you need traditional volume. The fluidsource is good if you need a simple way to "dop" your geo (emission, collision etc.). Gab. Hi Gabriel, Thanks for the fast reply, this helps, Sorry to expand on this topic but reading the documentation on IsoOffset it should provide as you say a 'traditional volume' however in my context I have volume trails which should be going through the noise of the volume yet they are flat. This is making me think if it doesn't combine with Volume Trails then it's not reading IsoOffset as a volume and needs something done to it before plugging into trails node? I've attached a scene file. volume_trails.hiplc Quote Link to comment Share on other sites More sharing options...
Nache Posted February 22, 2018 Share Posted February 22, 2018 Hi, I'm not sure I fully understand what you're trying to achieve there. The volumetrail is not working in your case because it need a vector volume (velocity) to create trail on a set of points, not a density. Gab. volume_trails_02.hiplc Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.