Overload Posted September 26, 2011 Share Posted September 26, 2011 Trying to duplicate how the volume from attribute works in H10, where I work we have not updated to the new Houdini yet. Is there a work around for this? I've done it in H11 fairly easily. Wanting to make a custom color and velocity channel for a fog volume. Thanks in advance. Quote Link to comment Share on other sites More sharing options...
Erik_JE Posted September 26, 2011 Share Posted September 26, 2011 (edited) Make a point cloud from your particles and load them in a volume vop and set the density that way. Gonna see if I can get H10 running and make an example. EDIT: Nope, just keeps crashing. EDIT2: This got lots of examples on how to do the whole point cloud shebang. Edited September 26, 2011 by Erik_JE Quote Link to comment Share on other sites More sharing options...
bhaveshpandey Posted September 26, 2011 Share Posted September 26, 2011 If you create a bounding box from the particles and then connect it to a volume SOP you can change it to an empty volume container which will update as particles expand / contract. You can then use a volume vop to populate this empty volume with some density data (using pc lookup methods). I tried this on H11 so not absolutely sure if that will work with H10 without any improvisations. It might crash if you dont have any defined domain/bounds for your volume. Quote Link to comment Share on other sites More sharing options...
Overload Posted September 27, 2011 Author Share Posted September 27, 2011 Cool, thanks guys I'll give both these methods a try. Much appreciated! Quote Link to comment Share on other sites More sharing options...
Overload Posted September 27, 2011 Author Share Posted September 27, 2011 Ok, think this is working. One other node that H11 has that I miss, is the volume visualization. Once all the channels are merged (eg. density, Cd.x, Cd.y, Cd.z), how to you display the color combined in your viewport? The setup I have is working in the shader, but it's nice to see some visual feedback first. Thanks again. Quote Link to comment Share on other sites More sharing options...
bhaveshpandey Posted September 27, 2011 Share Posted September 27, 2011 I'm not sure if this can be done in H10 as is. I'm guessing there could be something with opengl shader at the volumetric shader level? In H11 you have volume visualisation node which helps with visualisations. If you want to visualise it in H10, you could import it in DOPs and use its visualisation? (create an empty object, attach the field using sop vector fields, and then visualise it??) cheers, Bhavesh. 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.