VEX to VOPS translation

   1273   2   0
User Avatar
Member
2 posts
Joined: 8月 2014
Offline
Can someone plz help me visualize this VEX code in Geometry VOPS? Trying to wrap my head around VOPS. Thank you.

vector pos = point(0,'P',@ptnum);
@v = pos-@P;
@v*=8;
//@P = pos;
User Avatar
Member
104 posts
Joined: 12月 2014
Offline
I am not going to be able to answer that but I am just curious, why do you need a point function to fetch the P attribute from the first input (your geo number is zero, which is the first input) when you can simply use @P, I mean, the pos variable and @P should have the same value, no?
User Avatar
Member
7794 posts
Joined: 9月 2011
Online
Connect a constant with the value ‘0’ to the v output.
  • Quick Links