Files
panda3d/models/misc/gridBack.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

32 lines
500 B
Plaintext

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