mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 10:54:24 -04:00
*** empty log message ***
This commit is contained in:
parent
6d0b7f4344
commit
6236e6d2a2
@ -1,6 +1,15 @@
|
|||||||
#define DIR_TYPE models
|
#define DIR_TYPE models
|
||||||
#define INSTALL_TO icons
|
#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
|
#begin install_icons
|
||||||
#define SOURCES \
|
#define SOURCES \
|
||||||
@ -8,3 +17,8 @@
|
|||||||
sphere2.gif tk.gif
|
sphere2.gif tk.gif
|
||||||
#end install_icons
|
#end install_icons
|
||||||
|
|
||||||
|
#begin install_egg
|
||||||
|
#define SOURCES \
|
||||||
|
$[fltfiles:%.flt=%.egg] $[mayafiles:%.mb=%.egg] \
|
||||||
|
icon_lightbulb.egg
|
||||||
|
#end install_egg
|
||||||
|
33
dmodels/src/icons/icon_lightbulb.egg
Executable file
33
dmodels/src/icons/icon_lightbulb.egg
Executable 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
BIN
dmodels/src/maps/lightbulb.tif
Executable file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user