mikeo

mikeo

About Me

Connect

LOCATION
Not Specified
ウェブサイト

Houdini Skills

Availability

Not Specified

Recent Forum Posts

pbr diffuse multed by 2 2014年1月28日7:41

Ok thanks Jason

pbr diffuse multed by 2 2014年1月27日12:50

I was wondering if anyone could shed some light on why the default pbr diffuse node multiplies the diffuse result by 2? below is the code from ‘pbrdiffuse’.


vector $tnN = $isconnected_nN ? $nN : normalize(N);

if ($drough > 0)
{
$f = 2.0*diffuse($tnN, $drough, “label”, $label);
}
else
{
$f = 2.0*diffuse($tnN, “label”, $label);
}


thanks

AttribVOP: the best solution for read attributes from grid? 2013年11月22日6:13

“inside of iteration”

Are you using attributeVop to iterate over the points on your grid?

If so,
Cd is bound for you…. There is a ‘Cd’ input and Color output.

M