Files
panda3d/models/misc/fade.egg
rdb 1db3bb4ee6 dmodels: Delete dmodels tree, merge into models folder instead
Also eliminates need for flt2egg at build time

Fixes #1075
2020-12-29 18:40:49 +01:00

28 lines
389 B
Plaintext

<CoordinateSystem> { Z-Up }
<Comment> {
"flt2egg -ps keep fade.flt -o fade.egg"
}
<VertexPool> vpool {
<Vertex> 0 {
0.5 0 -0.5
}
<Vertex> 1 {
0.5 0 0.5
}
<Vertex> 2 {
-0.5 0 0.5
}
<Vertex> 3 {
-0.5 0 -0.5
}
}
<Group> fade {
<Group> o1 {
<Polygon> {
<RGBA> { 0 0 0 0.498039215803146 }
<VertexRef> { 0 1 2 3 <Ref> { vpool } }
}
}
}