anon_user_47126064

anon_user_47126064

About Me

Connect

LOCATION
Not Specified
ウェブサイト

Houdini Skills

Availability

Not Specified

Recent Forum Posts

Voronoi Fracture Geo Replacement 2014年1月6日17:28

Anyone have a simple working example file of the vopsop method for transforming high res geo - as described by pclaes? I am having trouble creating it.
Thanks
Stephen

Passes for volumes 2012年8月29日17:43

quack! quack!

tangent vector displacement maps from Zbrush 4 R4 2012年8月22日17:03

I found this link …
http://community.aqsis.org/2012/04/tangent-space-vector-displacement-shader.html [community.aqsis.org]
(thanks v_mulligan!)
This is renderman compliant 3delight shader … I just need to convert it to a vop network…
looking at the 3Delight code …

vector ndPdu = du*normalize(dPdu);
vector ndPdv = dv*normalize(dPdv);
vector diffs = normalize(Du(s)*ndPdu+ Dv(s)*ndPdv);
vector difft = normalize(Du(t)*ndPdu+ Dv(t)*ndPdv);

and the mantra renderman mappings page ..
http://odforce.net/wiki/index.php/MantraRenderManMappings [odforce.net]

I see du (rsl) translates as Du(s) in vex…. but there is also Du(s) in the 3Delight code above - is this the same as Du(s) in vex?
Thanks!
Stephen