sadhu Posted December 29, 2010 Share Posted December 29, 2010 Hello there, want to know what are volume and iso offset sops. I didnt understand much through help documents. I want to know how both of them functions? What is their use or how to use them (I can guess as it is applicable to other sops, these two sops can be used in different ways. So even a hint will do) Thanks Quote Link to comment Share on other sites More sharing options...
pclaes Posted December 29, 2010 Share Posted December 29, 2010 They provide you with ways to generate volumes. Either directly as a block of volume (volume sop) or by calculating a volume from a mesh, a pointcloud, another volume with different algorithms to compute the volume (iso-offset). The isooffset can also create a surface mesh out of an incoming volume. Volume are very useful tools for modeling, or scattering points in the volume or feeding it into sources for fluids. You should do a search on this forum for "volume sample from file" or "volume gradient from file" to see some of the things volumes and sdf are used for. You might want to search for "signed distance field" (sdf) too - as that is often more useful than a plain volume. 1 Quote Link to comment Share on other sites More sharing options...
Macha Posted December 29, 2010 Share Posted December 29, 2010 (edited) Isooffsets are wonderful things! Perhaps my favorite Houdini bit! If you generate an sdf you can quickly find out how far something is from a surface, so you can shrink or grow things, see if other geometry bits are inside or outside another geometry, create stable and robust collision objects. With volumes you can also store scalar or vector fields, both of them useful in simulations. One of the biggest benefits of volumes is that they are a robust way to pass around data, and it doesn't have to be hires (for example you can pass velocity vector fields to particles pops and get away with comparatively low resolutions) Edited December 29, 2010 by Macha 1 Quote Link to comment Share on other sites More sharing options...
sadhu Posted December 30, 2010 Author Share Posted December 30, 2010 Thanks a lot Peter and Macha for this explanation 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.