Hy All!
I have some glitches in my render. It comes only in micropolygon rendering.
If I increase the tile size, the glitches will be bigger.
Render settings are:
(most default values)
motionblur=1, frame-centered
raytracemotionblur=0
allowimagemotionblur=1
pixelsamples=3x3
maxraysamples=4
volumestepsize=0.3
volumeshadowquality=1
Houdini Master 11, win64
In this render-take, there are some derbis objects surrounding the fluid with v_matte material.
Any idea how can I solve this?
Thanks!
Cheers!
Volume Rendering "Glitches"
5621 6 1- skogen
- Member
- 17 posts
- Joined: 4月 2011
- Offline
- xsi38
- Member
- 4 posts
- Joined: 1月 2011
- Offline
- skogen
- Member
- 17 posts
- Joined: 4月 2011
- Offline
- skogen
- Member
- 17 posts
- Joined: 4月 2011
- Offline
- xsi38
- Member
- 4 posts
- Joined: 1月 2011
- Offline
Now, I'm learning houdini so I'm not an expert. But if you use particles for your volume rendering. You can try this solution.
Attach a “delete node” outside your popnetwork with this settings:
group=no group
operation = delete selected
entity = point
geometry = all
in the bounding volume tab of your “delete” node, you must choose this settings:
enable = ok
bounding type = bounding sphere
size = what you want.
center = link your camera position with these parameters(ex:
ch(“address_of_camera/tx”) so forth and so on). So your bounding sphere has a position constrain with your camera. In others words, your bounding sphere delete particles inside it and follow your camera. Why?
because when particles are very close to camera some renderer can have problem to calculate your volume shader. With mental ray of softimage, you have this problem.
Attach a “delete node” outside your popnetwork with this settings:
group=no group
operation = delete selected
entity = point
geometry = all
in the bounding volume tab of your “delete” node, you must choose this settings:
enable = ok
bounding type = bounding sphere
size = what you want.
center = link your camera position with these parameters(ex:
ch(“address_of_camera/tx”) so forth and so on). So your bounding sphere has a position constrain with your camera. In others words, your bounding sphere delete particles inside it and follow your camera. Why?
because when particles are very close to camera some renderer can have problem to calculate your volume shader. With mental ray of softimage, you have this problem.
- skogen
- Member
- 17 posts
- Joined: 4月 2011
- Offline
- skogen
- Member
- 17 posts
- Joined: 4月 2011
- Offline
Dear Houdini Gurus!
After I spent expensive days to solve my problem and lost half of my hair I found a solution accidentally:
- on the rop`s dicing tab switching measurement types to non-raster measuring
- increasing the Volume Filter Width in lowrespyro.
I dont know it is the only way but it works. I played a lot with raytracing but it killed the motion blur (the meaning of this shot).
Visually it will reduce the details, but increasing shader`s fractal amount helps very much.
After I spent expensive days to solve my problem and lost half of my hair I found a solution accidentally:
- on the rop`s dicing tab switching measurement types to non-raster measuring
- increasing the Volume Filter Width in lowrespyro.
I dont know it is the only way but it works. I played a lot with raytracing but it killed the motion blur (the meaning of this shot).
Visually it will reduce the details, but increasing shader`s fractal amount helps very much.
-
- Quick Links