mirror of
https://github.com/panda3d/panda3d.git
synced 2026-01-21 23:10:08 -06:00
28 lines
389 B
Plaintext
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 } }
|
|
}
|
|
}
|
|
}
|