Jump to content

Vector Displacement bake geometry


Recommended Posts

You could use the Attribute from Map SOP ... export to Cd, Export Attribute: Cd
http://www.sidefx.com/docs/houdini/nodes/sop/attribfrommap

Normals to points:
http://www.sidefx.com/docs/houdini/nodes/sop/normal
 

Then change point positions in the Attribute Wrangle:
@P += @Cd * @N * chf("multiplier");   //press the "little slider" button on the right side of the snippet area, to generate input

 

The attribute name does not have to be "Cd". Cd is colour diffuse, so it sets also point colours.

Edited by ikoon
  • Like 1
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...