sin wave animating pscale

   2589   2   0
User Avatar
Member
9 posts
Joined: June 2013
Offline
I'm doing an older tutorial that uses the old point sop.....
Its animating pscale via sin($PT/5+$F*5)
I'm trying to get this to work via a wrangle and it kind of works but doesn't continue to modify the pscale.

any ideas?

Attachments:
pscale_sin.hip (260.3 KB)

User Avatar
Member
37 posts
Joined: Aug. 2015
Offline
This is a vex snippet and not an hscript expression so you cannot use $F.
Use @Frame (or @Time so that your animation is not framerate dependant).

docs [www.sidefx.com]
User Avatar
Member
9 posts
Joined: June 2013
Offline
Yup, that did it! Thank you so much.
  • Quick Links