away3d / awayphysics-core-fp11

Away Physics - 3D physics library for the Away3D Engine in Flash Player 11
http://www.awayphysics.com
112 stars 47 forks source link

Kinematic objects! #8

Open kurzemnieks opened 12 years ago

kurzemnieks commented 12 years ago

Need proper way to create code-controlled kinematic objects (elevators, moving platforms etc.)

CF_KINEMATIC_OBJECT not working

Using simple static objects (mass 0) with manually setting coordinates each frame, produces lots of errors - dynamic objects penetrate, jump around etc. Calculating and setting lineravelocity for moving object helps a bit, but still errors - especially when fps drops.

As I understand in original bullet, motion state is interpolated for kinematic objects.

This is a must have for many projects.