Jump to content

edge rough in houdini


hannes603

Recommended Posts

Hi Guys,

 

i am transfering an attribute from a sphere to a grid and i want to break up the edges of the transfered attribute.  i tried to multiply/ add / sibstract a noise to it.. but all that did not really worked.

is there a easy way without noising the geo?

Thanks!

Link to comment
Share on other sites

You can multiply any attribute with noise. There must be something wrong in your setup, however here's a very plain and very simple solution you could use inside a wrangle as a test:
 

// will multiply myAttribute by a random number between 0.1 and 0.33 based on the point number
f@myAttribute *= fit01(rand(@ptnum2), 0.1, 0.33);

 

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...