Help translate VEX to VOP example

   523   0   1
User Avatar
Member
2 posts
Joined: Aug. 2014
Offline
Can someone be so kind and translate this VEX expression into a geometry VOP? (with a screenshot.) I'm trying to wrap my head around VOPs. Thanks!

vector pos = point(0,'P',@ptnum);
@v = pos-@P;
@v*=8;
//@P = pos;
  • Quick Links