Thanks for the help! I was moving the ray in the wrong space. Tweaked the code a bit and it worked. Thanks again.
Dennis, I got it working thanks man! I really appreciate the help. Something so simple I goofed on… Anyhow thanks! -Alex
This is quick and dirty: bip = $bip01.transform.controller vk = biped.getkey bip.vertical.controller 1 (key number) hk = biped.getkey bip.horizonta…
Is there something in the BIOS settings that can be changed?
the quickest way to do this is: posTime = 10 –your time variable rotTime = 15 –your rotation time variable at time posTime pos1 = $.position –cop…
Its pretty basic. Look up in the max script help [left]Value > MAXWrapper > Controllers > Key Functions [/left] [left] [/left] [left]Basica…
You’re welcome.
What exactly are you controlling with the reaction manager? You could just use list controllers and turn the weighting off for each reaction controlle…
Check out skinops in the maxscript help. All the commands you’ll need to get the vertex weight information should be there. Bone data is easy. bone.p…
The .text property of a text object can not be animated (directly). Basically you create a script controller on the kearning property (this can be ani…
Johan, Getting the transform from the camera worked. Now I’m going to see which view is active and select that camera at render time. Thanks for hel…
Johan, I am using the gw functions to get the viewport transform. I thought this would be the easiest route. I wouldn’t need to figure out which came…