Search - User list
Full Version: VEX to VOPS translation
Root » Houdini Lounge » VEX to VOPS translation
MKallday
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;
Drasko Ivezic
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?
jsmack
Connect a constant with the value ‘0’ to the v output.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Powered by DjangoBB