mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 02:15:43 -04:00
add lilsmiley
This commit is contained in:
parent
672e42b304
commit
a686636c53
BIN
dmodels/src/maps/lilsmiley.rgba
Normal file
BIN
dmodels/src/maps/lilsmiley.rgba
Normal file
Binary file not shown.
@ -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
|
||||
|
30
dmodels/src/misc/lilsmiley.egg
Normal file
30
dmodels/src/misc/lilsmiley.egg
Normal 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 } }
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user