Hi all,
I wasn't sure whether to put this into shading or effects, so it just ended up here.
The title says it all - is there a way to move points at render time? Just apply a noise or something like that, essentially a render time VOP Network.
The reason is I have a heavy piece of geo that just needs to sit in the background and wobble slightly. That's all. It seems very wrong to write out geo for every frame.
Move points at render time?
4844 11 1- Anti-Distinctlyminty
- Member
- 271 posts
- Joined: 3月 2012
- Offline
- wolfwood
- Member
- 4271 posts
- Joined: 7月 2005
- Offline
If your geometry is just points or curves you can use either the Point or Curve Engine Procedural to do this without eating up a license, basically allowing you to run a SOP network on geometry.
Houdini's Fur system uses this approach actually if you want a robust example.
A simple example is attached. Just render a few different frames to see the geo move.
Houdini's Fur system uses this approach actually if you want a robust example.
A simple example is attached. Just render a few different frames to see the geo move.
if(coffees<2,round(float),float)
- Anti-Distinctlyminty
- Member
- 271 posts
- Joined: 3月 2012
- Offline
In general it wouldn't just be points or curves (for my particular needs right now it is though).
So it seems that the only option is to write my own VRAY Procedural - is this the case?
It's somewhat frustrating that the functionality is there in the Point Replicate Procedural, where you have the option to run a CVEX Operator to move points around, and the delayed load procedural does not. I'm wondering if this is worth submitting an RFE for.
So it seems that the only option is to write my own VRAY Procedural - is this the case?
It's somewhat frustrating that the functionality is there in the Point Replicate Procedural, where you have the option to run a CVEX Operator to move points around, and the delayed load procedural does not. I'm wondering if this is worth submitting an RFE for.
Edited by Anti-Distinctlyminty - 2017年5月14日 16:08:40
- wolfwood
- Member
- 4271 posts
- Joined: 7月 2005
- Offline
Definitely RFE worthy. I would love a more formal CVEX Geometry Shader that would allow manipulation of geometry objects. Internally we did exactly this and the lighters use it to do last minute tweaks to geometry they get from the FX dept. Saves from having to destroy the filers from another intermediate cache.
So ya, RFE away!
So ya, RFE away!
Edited by wolfwood - 2017年5月14日 17:07:24
if(coffees<2,round(float),float)
- Anti-Distinctlyminty
- Member
- 271 posts
- Joined: 3月 2012
- Offline
- jsmack
- Member
- 8039 posts
- Joined: 9月 2011
- Offline
- tamte
- Member
- 8780 posts
- Joined: 7月 2007
- Offline
- Anti-Distinctlyminty
- Member
- 271 posts
- Joined: 3月 2012
- Offline
jsmack
Isn't what you are talking about simply a displacement shader? I'm not sure how you would make a displacement shader move only the vertices, as if it were in sops, but you could add any sort of motion to a surface. (no motion blur though)
I think you may be correct. But I've had a lot of issues getting to grips with displacement in mantra. I'm coming from Lightwave, so my experience there is that displacement just moves around whatever points you have, be that an unsubdivided mesh or a subdivided one.
And then I also tend to run into issues when I try displacments (see attached images). In this case, do I need to recalculate normals myself, or does mantra do that?
- Anti-Distinctlyminty
- Member
- 271 posts
- Joined: 3月 2012
- Offline
tamte
definitely request that
I keep requesting CVEX on delayed load/packed disk for ages as well as being able to nest/chain procedurals, so hopefully one day when more RFEs are submitted SESI will consider it
Submitted and added to the chorus. Although it been open for a while and the link to the original thread was forbidden (I'm guessing the URL is no longer valid).
- jsmack
- Member
- 8039 posts
- Joined: 9月 2011
- Offline
- ettylka
- Member
- 9 posts
- Joined: 12月 2009
- Offline
I' attempting to use the posted example method to render a more dense particle cloud from the compile block, but am struggling to get velocity blur to work through the engine procedural instance. If I render from the display node and disable the engine procedural it renders the points with velocity blur as expected, but once I run it through the auto engine procedural I no longer get the velocity motion blur. I've attempted adding the v attribute to the render point, but that did not seem to work.
- Scotta
- Member
- 16 posts
- Joined: 3月 2013
- Offline
wolfwood
If your geometry is just points or curves you can use either the Point or Curve Engine Procedural to do this without eating up a license, basically allowing you to run a SOP network on geometry.
Houdini's Fur system uses this approach actually if you want a robust example.
A simple example is attached. Just render a few different frames to see the geo move.
This setup doesn't seem to work with velocity motion blur. The sop chain seems to work fine with velocity MB but when run as point generation procedural I get a warning that mantra can't find a velocity attribute.
-
- Quick Links