Changeset 48 in flair-bin for trunk/models/scene.dtd
- Timestamp:
- Feb 14, 2017, 4:17:47 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/models/scene.dtd
r34 r48 7 7 <!ELEMENT rotation EMPTY> 8 8 <!ELEMENT scale EMPTY> 9 <!ELEMENT color EMPTY> 9 10 10 11 <!ATTLIST scene title CDATA "Untitled"> … … 22 23 <!ATTLIST scale y CDATA "1"> 23 24 <!ATTLIST scale z CDATA "1"> 24 <!ELEMENT cylinder (position, rotation, scale)> 25 <!ATTLIST color r CDATA "0" 26 g CDATA "0" 27 b CDATA "0" 28 a CDATA "255" 29 > 30 <!ELEMENT cylinder (position, rotation, scale,color?)> 25 31 <!ELEMENT eight (position, rotation, scale)> 26 32 <!ATTLIST cylinder radius CDATA #REQUIRED>
Note:
See TracChangeset
for help on using the changeset viewer.