add lilsmiley

This commit is contained in:
David Rose 2002-01-13 21:44:05 +00:00
parent 672e42b304
commit a686636c53
3 changed files with 31 additions and 1 deletions

Binary file not shown.

View File

@ -13,7 +13,7 @@
#begin install_egg
#define SOURCES \
gridBack.egg objectHandles.egg sphere.egg smiley.egg
gridBack.egg objectHandles.egg sphere.egg smiley.egg lilsmiley.egg
#end install_egg
#begin install_egg

View File

@ -0,0 +1,30 @@
<CoordinateSystem> { Z-Up }
<Texture> smiley {
"../maps/lilsmiley.rgba"
}
<VertexPool> poly {
<Vertex> 0 {
-0.5 0 0.5
<UV> { 0 1 }
}
<Vertex> 1 {
0.5 0 0.5
<UV> { 1 1 }
}
<Vertex> 2 {
-0.5 0 -0.5
<UV> { 0 0 }
}
<Vertex> 3 {
0.5 0 -0.5
<UV> { 1 0 }
}
}
<Group> poly {
<Polygon> {
<TRef> { smiley }
<VertexRef> { 0 2 3 1 <Ref> { poly } }
}
}