Hi all,
osgLua has some new features! I've started playing with callbacks
and now I can make cows shake
http://www.pplux.com/files/osgLua_shaking_cow.png using lua functions
as callbacks.
Things I'm working on:
- callbacks!
- we can load osgLua as a lua package from whatever lua VM:
require("libosgLua")
- osgLua can now load wrappers: osgLua.load("osg") osgLua.load("osgText")
- file loading: osgLua.loadFile("cow.osg")
- osgluaconsole in this example we show how to use an
interactive console inside osg (the application of the screenshot,
thanks Don for point me how to make it)
- debugging and documentation :)
As a reminder, osgLua can be loaded from the subversion repository
located at http://svn.pplux.com/lab/osgLua/
Also congratulations to osgPython (the guy that develops it is
actually working behind me in the same lab!! XDDD, as you can see
there is too much scripting power concentrated in the same place but
each one with different scripting languages)
Best Regards,
Jose L.
--
Jose L. Hidalgo ValiƱo (PpluX)
---- http://www.pplux.com ----
_______________________________________________
osg-users mailing list
[email protected]
http://openscenegraph.net/mailman/listinfo/osg-users
http://www.openscenegraph.org/