Skip to content

Instantly share code, notes, and snippets.

@antont
antont / ec.xml
Created September 24, 2011 23:47
drafting an xml spec for txml
<scene>
<entity id="1">
<!--name>
<name>Bird</name>
<description>A flying bird</description>
</name-->
<name name="Bird" description="A flying bird" />
<!-- mesh>
<meshref>bird.mesh</meshref>
<materialref index=0>feathers.material</materialref>