gridBack.egg 500 B

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