Changeset 48 in flair-bin for trunk


Ignore:
Timestamp:
02/14/17 16:17:47 (7 years ago)
Author:
Bayard Gildas
Message:

Color element added

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/models/scene.dtd

    r34 r48  
    77<!ELEMENT rotation EMPTY>
    88<!ELEMENT scale EMPTY>
     9<!ELEMENT color EMPTY>
    910
    1011<!ATTLIST scene title CDATA "Untitled">
     
    2223<!ATTLIST scale y CDATA "1">
    2324<!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?)>
    2531<!ELEMENT eight (position, rotation, scale)>
    2632<!ATTLIST cylinder radius CDATA #REQUIRED>
Note: See TracChangeset for help on using the changeset viewer.