Claude Schitter
claude
About Me
Weta FX
専門知識
Technical Director
業界:
Film/TV
Connect
LOCATION
New Zealand
ウェブサイト
Houdini Engine
Availability
Not Specified
Recent Forum Posts
Pyro on viewport better than the render 2010年9月3日10:35
By default, the volume filter size is quite high: 1.5. This blurs the renders.
Try to lower the filtering values, and/or change the filter type.
Parameters to add to you object are:
- Volume Filter (vm_volumefilter)
- Volume Filter Width (vm_volumefilterwidth)
Try to lower the filtering values, and/or change the filter type.
Parameters to add to you object are:
- Volume Filter (vm_volumefilter)
- Volume Filter Width (vm_volumefilterwidth)
Pyro on viewport better than the render 2010年9月3日5:40
you may also increase the density in the shader to match the viewport. The gl display is quite opaque, and the shadows strong.
Volume Shadow Matte / Phantom? 2010年8月20日10:12
I had the same problem some times ago, and I got this answer from support:
“It's not possible to match the matte volume density to the density on the surface shader. The matte shader uses a default density of 50 to match the default value on the VEX Volume Cloud shader.
To use a different density for matte shading you can add the ”Matte Shader“ (vm_matteshader) property to the torus object, create a VEX Matte shader, assign the shader to the matteshader setting, then change the density on the VEX Matte shop. ”
Actually, I just added a matte option to my shader witch outputs only opacity:
Cf = 0;
Of = newOf;
Af = 0.0f;
That works in houdini10.0, and will work in 11.0. Maybe there is now a new way to do this in houdini11.0.
Cheers,
Claude
“It's not possible to match the matte volume density to the density on the surface shader. The matte shader uses a default density of 50 to match the default value on the VEX Volume Cloud shader.
To use a different density for matte shading you can add the ”Matte Shader“ (vm_matteshader) property to the torus object, create a VEX Matte shader, assign the shader to the matteshader setting, then change the density on the VEX Matte shop. ”
Actually, I just added a matte option to my shader witch outputs only opacity:
Cf = 0;
Of = newOf;
Af = 0.0f;
That works in houdini10.0, and will work in 11.0. Maybe there is now a new way to do this in houdini11.0.
Cheers,
Claude