!TCL=40301, // Library written by Rainer Kaufmann for Digital Dream
!TITLE=3DML: Block Definition
!SORT=N

!TEXT=<Single line comment>
<!-- \^ -->
!
!TEXT=<Multi line comment>
<!--
\\^
//-->
!
!TEXT=<Block Template>
<block name="\^" type="structural">
	<vertices>
	</vertices>
	<parts>
	</parts>
</block>

!
!TEXT=--------------------------------------------------
\^
!
!TEXT=TAGS
\^
!
!TEXT=block
<block name="\^" type="structural">
</block>

!
!TEXT=vertices
<vertices>
</vertices>

!
!TEXT=vertex
<vertex ref="\^" coords="(XXX,YYY,ZZZ)"/>

!
!TEXT=parts
<parts>
</parts>

!
!TEXT=part
<part name="NAME" texture="TEXTURE">
	\^
</part>

!
!TEXT=polygon
<polygon ref="\^" vertices="LIST" texcoords="(0,0),(1,0),(1,1),(0,1)"/>

!
!TEXT=--------------------------------------------------
\^
!
!TEXT=PART ATTRIBUTES
\^
!
!TEXT=_angle
 angle="\^"
!
!TEXT=_style
 style="\^scaled|stretched|tiled"
!
!TEXT=_projection
 projection="\^top|bottom|north|south|east|west"   
!
!TEXT=_color
 color="(\^R,G,B)"
!
!TEXT=_translucency
 translucency="\^%"
!
!TEXT=_faces
 faces="\^0|1|2"
!
!TEXT=_solid
 solid="\^yes|no"
!

