Jump to content

volumetric render questions


Ungoliant

Recommended Posts

You know, there's about a million ways to do this kind of thing in Houdini, and that's a conservative estimate... But probably the easiest is to copy metaballs onto your particles, set the parameter "render metaballs as volumes", and attach a volume shader to the object - see the sample hip file.

post-1116-1232815910_thumb.jpg

cheers,

Abdelkareem

simplevolume.hip

Link to comment
Share on other sites

hi mark thanks for the fast reply, the only way for export particles to 3ds max, its with this plugin, i want to do volumetric render, but the particles when i import dont have age and velocity, perhaps its the 3ds max rf import plugin.

how can i use the dump_rf_part?

Link to comment
Share on other sites

Guest xionmark
hi mark thanks for the fast reply, the only way for export particles to 3ds max, its with this plugin, i want to do volumetric render, but the particles when i import dont have age and velocity, perhaps its the 3ds max rf import plugin.

how can i use the dump_rf_part?

The problem is that there's no "age" attribute in your HIP file. One way to solve that would be to add an Attribute Create SOP, name that attribute age, set the value to $LIFE, then write out the Real Flow particles again.

To use dump_rf_part, open a shell (I assume you're on Windows from your HIP file, so you can use CygWIN or I suppose the DOS shell) and simply run the dump_rf_part utility on the RF particle file.

Example:

[mstory@mercury ~/tmp]$ dump_rf_part meteor_00001.bin | grep age
particle age:           0.000000
particle age:           0.000000
particle age:           0.000000
particle age:           0.000000
particle age:           0.000000
[mstory@mercury ~/tmp]$
[mstory@mercury ~/tmp]$
[mstory@mercury ~/tmp]$
[mstory@mercury ~/tmp]$ dump_rf_part meteor_00002.bin | grep age
particle age:           0.000417
particle age:           0.000417
particle age:           0.000417
particle age:           0.000417
particle age:           0.000417
particle age:           0.000000
particle age:           0.000000
particle age:           0.000000
particle age:           0.000000
[mstory@mercury ~/tmp]$
[mstory@mercury ~/tmp]$
[mstory@mercury ~/tmp]$ dump_rf_part meteor_00003.bin | grep age
particle age:           0.000833
particle age:           0.000833
particle age:           0.000833
particle age:           0.000833
particle age:           0.000833
particle age:           0.000417
particle age:           0.000417
particle age:           0.000417
particle age:           0.000417
particle age:           0.000000
particle age:           0.000000
particle age:           0.000000
particle age:           0.000000

Mark

Link to comment
Share on other sites

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...