extract transform in GEO node (patch object/ parm:position)

   2748   4   0
User Avatar
Member
8 posts
Joined: Sept. 2009
Offline
Hello all.

as I can take transformation from GEO of a note which is animated through path object/position?
The position (0-1) parameter is more precisely animated.
but I need to take movement coordinates to insert them into other parametrs.
User Avatar
Member
7725 posts
Joined: July 2005
Offline
You make make use of the vtorigin hscript expression function to obtain the world position of any object.

For example,
TX: vtorigin(“”, “/obj/geo1”)
TY: vtorigin(“”, “/obj/geo1”)
TZ: vtorigin(“”, “/obj/geo1”)
User Avatar
Member
8 posts
Joined: Sept. 2009
Offline
thanks a lot, now I will try.
User Avatar
Member
8 posts
Joined: Sept. 2009
Offline
hmm… everything is remarkable, expression works.
But here trouble. in a note it is used - Animates an object along a curve. -
Transforms turns out to isolate a expression “vtorigin (”“”, / obj/geo1") “, but TX,TY,TZ value in ”obj/geo1" zero. Though the body moves on a curve.
User Avatar
Member
8 posts
Joined: Sept. 2009
Offline
Everything was one many simpler. Transformation of movement managed to be received by means of extract (modify tool)
  • Quick Links