I need to import camera animation from 3Ds Max.
Is it possible? Maybe I need to link camera’s motion in Away to a dummy animation?
Thanks
Importing camera animationSoftware: Away3D 4.x |
||
AlexG, Newbie
Posted: 11 January 2012 08:13 PM Total Posts: 3 |
||
inSertCodE, Sr. Member
Posted: 17 January 2012 04:23 PM Total Posts: 105 [ # 1 ] Not possible with the current parsers. You’ll have to figure out a different way to do it. If you know MaxScript you can write you’re own exporter and after that a parser in away. Another way is to animate the camera in away3d. Then you can capture the camera position, rotation, target position… at key frames, save that data and write an tween animator to move from on position to another. Whatever way you choose it won’t be easy and its only affordable for a big project. |
||
|
||
inSertCodE, Sr. Member
Posted: 17 January 2012 05:01 PM Total Posts: 105 [ # 3 ] Now when you mentioned it there might be one more way to do it. Create a bone (just one) in 3d Max and attach the camera to it. Animate it and export the bone with md5. In away you’re camera won’t move with the bone but you can update you’re camera position/rotation to the bone’s position/rotation each frame. |