I don’t know of any way to directly access this value however there is an option to have the listener log all of it event to a file. Look up Turning o…
It looks like I got it working. I needed to transform the intersectRay position in to the splines object space. I just multiplied the value from the i…
No nothing in the scene is parented. I have done some testing and if I apply a value like [10,10,10] to the keyframe and check it afterwards it says t…
The reason why I want to be able to read in the data from an external file is, the situations I want to use this for could require many morph targets …
This kind of thing can be done fairly easily. One thing to be aware of is that max handles rotations in quats not degrees. If you try to pass a degree…
Having solved one problem I have come across another. I want to fire rays from the pivot of and object along its local x axis and varing angles. for e…
never mind found it. It is just the .dir property of the object just in case any one else wants to know. -bnvm
great thanks for the advice, I will give that a try. -bnvm