plane.egg 707 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. <CoordinateSystem> { Y-Up }
  2. <Comment> {
  3. "maya2egg plane.mb plane.egg"
  4. }
  5. <Group> groundPlane_transform {
  6. }
  7. <Group> pPlane1 {
  8. <VertexPool> pPlaneShape1.verts {
  9. <Vertex> 1 {
  10. -0.5 -0.5 0
  11. <Normal> { 0 0 -1 }
  12. <UV> { 0 0 }
  13. <RGBA> { 1 1 1 1 }
  14. }
  15. <Vertex> 2 {
  16. -0.5 0.5 0
  17. <Normal> { 0 0 -1 }
  18. <UV> { 0 1 }
  19. <RGBA> { 1 1 1 1 }
  20. }
  21. <Vertex> 3 {
  22. 0.5 -0.5 0
  23. <Normal> { 0 0 -1 }
  24. <UV> { 1 0 }
  25. <RGBA> { 1 1 1 1 }
  26. }
  27. <Vertex> 4 {
  28. 0.5 0.5 0
  29. <Normal> { 0 0 -1 }
  30. <UV> { 1 1 }
  31. <RGBA> { 1 1 1 1 }
  32. }
  33. }
  34. <Polygon> {
  35. <Normal> { 0 0 -1 }
  36. <VertexRef>{ 3 4 2 1 <Ref> { pPlaneShape1.verts } }
  37. }
  38. }