Support for haptic devices through osgHaptics. Many bugfixes and new features.
050323
0.64
Added Group to .osv files. As well as the new Physics::Group
class.
This makes it possible to group joints and Dynamic
objects together and move them as a group. It is also
possible to setEnable() on a whole group. See group.osv
and simple-cloth.osv
050314
0.63
Fixed CarWheel Joint as well as the ReplicantBody lua
scripting. Look at demos/luaplugins/car and demos/luaplugins/castle
050303
0.62
Added class osg.LuaDrawable() to make it possible to
render OpenGL calls directly from lua.
See the luadrawable.lua file.