Sofa Animations
Twml example
<package caption="Sofa" icon="f_sofa_idle.jpg"> <description>A simple sofa</description> <object path="sofa_model.dae"> <action caption="Seat" trigger="click" range="3.0"> <origin position="0.0 0.0 0.0" yaw="180" /> <avatar_animation path="f_sofa_idle.dae" trigger="idle" blend_in="200" blend_out="200" skeleton="female" /> <avatar_animation path="m_sofa_idle.dae" trigger="idle" blend_in="200" blend_out="200" skeleton="male"/> </action> </object> </package>







