|
From: Jeff S. <je...@ar...> - 2005-04-07 16:41:05
|
after a couple of passes through the Schema
I am now pretty convinced that
the only real Use issue remaining
[see my last posting about this]
is within Shape.appearance
it now says:
<xs:choice minOccurs="0" maxOccurs="2">
<xs:element ref="Material"/>
<xs:element ref="Texture"/>
<xs:element ref="Use"/>
</xs:choice>
and the problem with that is
replacing **both**
the Material **and**
the Texture
in the same appearance
with 2 Use nodes [1 per]
jeffs
--
Jeff Sonstein
Assistant Professor
Department of Information Technology
Rochester Institute of Technology
--------------------------------------------
[RIT] http://www.it.rit.edu/~jxs/
[Personal] http://ariadne.iz.net/~jeffs/
[PGP] http://ariadne.iz.net/~jeffs/jeffs.asc
[Project] http://xvrml.net/
--------------------------------------------
There are no bugs
there are just undocumented features
|