| 123456789101112131415161718192021222324252627 |
- <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 } }
- }
- }
- }
|