fade.egg 389 B

123456789101112131415161718192021222324252627
  1. <CoordinateSystem> { Z-Up }
  2. <Comment> {
  3. "flt2egg -ps keep fade.flt -o fade.egg"
  4. }
  5. <VertexPool> vpool {
  6. <Vertex> 0 {
  7. 0.5 0 -0.5
  8. }
  9. <Vertex> 1 {
  10. 0.5 0 0.5
  11. }
  12. <Vertex> 2 {
  13. -0.5 0 0.5
  14. }
  15. <Vertex> 3 {
  16. -0.5 0 -0.5
  17. }
  18. }
  19. <Group> fade {
  20. <Group> o1 {
  21. <Polygon> {
  22. <RGBA> { 0 0 0 0.498039215803146 }
  23. <VertexRef> { 0 1 2 3 <Ref> { vpool } }
  24. }
  25. }
  26. }