[ODE] XML ODE Data Interchange Format (revision 6)
Shaul Kedem
shaul_kedem at yahoo.com
Mon Mar 15 06:46:17 MST 2004
Hi,
Sorry I haven't seen that before, but I suggest
changing the geom element;
currently it's like this:
<geom shape="box" sizex="2" sizey="2" sizez="2">
This demands the reader to know what are the expected
attributes based on the text value in the attribute
shape. This is very hard to code in a schema as well (
a different set of valid attributes).
I suggest using the following format:
<geom>
<box sizex="2" sizey="2" sizez="2"/>
<transform>....</transform>
<geom>
and so the element name becomes the type of the needed
geom.
Shaul
--- William Denniss <lists at omegadelta.net> wrote:
> Revision 6:
> http://tankammo.com/xode/xode.txt
>
> Typos are fixed and the trimesh structure is
> updated.
>
> Does anyone have any more issues? Hopefully we are
> approaching a final
> version soon.
>
> I'll be in the ODE irc channel (which has been
> mentioned a couple of
> times on this list) all day if someone wants to
> discuss an issue by irc.
>
> irc.ircity.net - #ODE
>
> Cheers,
>
> Will.
>
> --
> William Denniss - will@ http://tanksoftware.com/
>
> _______________________________________________
> ODE mailing list
> ODE at q12.org
> http://q12.org/mailman/listinfo/ode
__________________________________
Do you Yahoo!?
Yahoo! Mail - More reliable, more storage, less spam
http://mail.yahoo.com
More information about the ODE
mailing list