*** empty log message ***

This commit is contained in:
Jason Yeung 2006-01-26 22:48:33 +00:00
parent 6d0b7f4344
commit 6236e6d2a2
3 changed files with 57 additions and 10 deletions

View File

@ -1,10 +1,24 @@
#define DIR_TYPE models
#define INSTALL_TO icons
#begin install_icons
#define SOURCES \
folder.gif minusnode.gif openfolder.gif plusnode.gif python.gif \
sphere2.gif tk.gif
#end install_icons
#define DIR_TYPE models
#define INSTALL_TO icons
#define fltfiles $[wildcard *.flt]
#begin flt_egg
#define SOURCES $[fltfiles]
#end flt_egg
#define mayafiles $[wildcard *.mb]
#begin maya_egg
#define SOURCES $[mayafiles]
#end maya_egg
#begin install_icons
#define SOURCES \
folder.gif minusnode.gif openfolder.gif plusnode.gif python.gif \
sphere2.gif tk.gif
#end install_icons
#begin install_egg
#define SOURCES \
$[fltfiles:%.flt=%.egg] $[mayafiles:%.mb=%.egg] \
icon_lightbulb.egg
#end install_egg

View File

@ -0,0 +1,33 @@
<Comment> {
"egg-texture-cards -o icon_lightbulb.egg ../../src/maps/lightbulb.tif"
}
<Texture> lightbulb {
"../../src/maps/lightbulb.tif"
}
<Group> {
<VertexPool> vpool {
<Vertex> 0 {
-0.5 0.5 0
<UV> { 0 1 }
}
<Vertex> 1 {
-0.5 -0.5 0
<UV> { 0 0 }
}
<Vertex> 2 {
0.5 -0.5 0
<UV> { 1 0 }
}
<Vertex> 3 {
0.5 0.5 0
<UV> { 1 1 }
}
}
<Group> lightbulb {
<Polygon> {
<RGBA> { 1 1 1 1 }
<TRef> { lightbulb }
<VertexRef> { 0 1 2 3 <Ref> { vpool } }
}
}
}

BIN
dmodels/src/maps/lightbulb.tif Executable file

Binary file not shown.