Jump to content

Orienting objects copied on particles


pasto

Recommended Posts

Hello,

 

Pretty classic question I guess but I can't find anything in the old topics that helps me on this.

 

I just copied some grids on particles animated in dops, with some up vector and some velocity transfered to Normals, the rotation (banking) seems a bit strange and there is of course some jump between from 1 and 2 (because there is not yet any velocity in frame 1 I guess ?)

 

So is there a way to translate smoothly from the first frame position of the particles to the animation following ?

The angular velocity node is not there anymore, is there any new way of achieving this in the new particle in dops system ?

 

Many thanx.

Here is a simple scene with my humble set up.

test particles.hiplc

Link to comment
Share on other sites

I think you can put a trail (computing velocity) before the copy node, in the pop branch. Make sure the Velocity Approx is set to forward and you simulate at least 1 more frame than you need to render, so you'll have the parts for computing the vel at you last render frame.

 

I hope it helps,

Cheers!

  • Like 1
Link to comment
Share on other sites

You can do that inside a VOPSOP with a mix node and have $FF fit to a range of 0 to 1 (min fit value: start frame, max fit value: the desired transition end frame) as the bias value for the mix. The input1 and input2 for the mix will be your up,N,v etc. If you have an orient or some other vector4 attribute then you can use the Spherical Linear Interp operator instead of mix.

  • Like 1
Link to comment
Share on other sites

Many Thanx Rainroom and bluciensky, for some reason I always forget that time is just perfectly valid in vops.

You can get some really nice control on copies behaviour.

 

Thanx again, very appreciated help.

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