Jump to content

CopyStamp Issues with CVEX


Recommended Posts

I'm not sure if it's just my brain being a little fuzzy today, but I can't work out this seemingly simple workflow with CVEX.

Basically I am going to have a cluster of points and copy a volume to each point to make up a cloud. I want to use CopyStamps to randomise offset of noise etc and view it in the viewport, then at render time just render the volume procedural to get the best detail.

Problem I have is using the volumeVop linked to the shopnet stuff and still being able to get copystamping working.

Any help would be much appreciated.

Thanks

C

P.s. I've added a simple scene to explain what the problem is.

cvex_copyStampTest.hip

Link to comment
Share on other sites

copystamping can work only in houdini, so if you want to just use shader based CVEX and vary some parameters to get different volumes copied on points it is perfectly possible

but if you want this to happen at rendertime as well, using volume procedural, you will need to have volumes instanced on points and vary the CVEX based on instancepoint() expression

here is the example of the setup where you have copied volumes randomized by copystamping for viewport visualization and at the same time they will render as instanced volumes with the same variation using the same CVEX shader

(little more info in the file)

cvex_copyStampTest_fix.hip

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