@p
@P2
How to Use @P2 to drive another @P in vex??and keep the shape of @P object
like Relationship between parent and child
thanks!!
How to Use an object to drive another object in vex
4580 3 1- Asche915
- Member
- 31 posts
- Joined: 2月 2011
- Offline
- Olaf Finkbeiner
- Member
- 323 posts
- Joined: 1月 2015
- Offline
- Digipiction
- Member
- 166 posts
- Joined: 3月 2014
- Offline
If you just need position, you can plug your main object into the first input, the “parent” object into the second input, then do something like:
@P += point(@OpInput2, “P”, 0);
This is an immediate offset based on point 0 of the “parent” object. I doubt this is what you want, but you'd have to explain in more detail what you are after.
@P += point(@OpInput2, “P”, 0);
This is an immediate offset based on point 0 of the “parent” object. I doubt this is what you want, but you'd have to explain in more detail what you are after.
- DASD
- Member
- 453 posts
- Joined: 2月 2013
- Offline
-
- Quick Links