[vos-d] Welcome to the "vos-d" mailing list
Reed Hedges
reed at interreality.org
Thu Nov 30 14:46:34 EST 2006
On Thu, Nov 30, 2006 at 12:40:26PM -0700, S Mattison wrote:
> Hello, everybody! I'm new to this mailing list, but I must say that I have
> been designing a project I have been calling "VOS" for quite some time now.
...
> designing a 3d scripting language...)
That's an odd coincidence :) What's your VOS stand for?
One thing that we're working on right now is making the way the core of VOS
(the actual object and messaging system) works be better for scripting.
If you want to see how your scripting language might match up with VOS,
take a look at the A3DL object model -- the classes in libmetaobject_a3dl.
You can find them in the API docs or in the source code under libs/vos/metaobjects/a3dl.
It's pretty simple, there's a base "object3d" type, and then some
primitive shapes, and a general polygon mesh type.
Reed
More information about the vos-d
mailing list