Guest User

Untitled

a guest
Nov 23rd, 2017
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.03 KB | None | 0 0
  1. _vertices = new VertexPositionColor[]
  2. {
  3. new VertexPositionColor( new Vector3(1 , 1 , -1) ,Color.Red),
  4. new VertexPositionColor( new Vector3(-1 , 1 , -1) ,Color.Red),
  5. new VertexPositionColor( new Vector3(-1 , -1 , -1) ,Color.Red),
  6. new VertexPositionColor( new Vector3(1 , 1 , -1) ,Color.Red),
  7. new VertexPositionColor( new Vector3(-1 , -1 , -1) ,Color.Red),
  8. new VertexPositionColor( new Vector3(1 , -1 , -1) ,Color.Red),
  9. new VertexPositionColor( new Vector3(1 , 1 , 1) ,Color.Green),
  10. new VertexPositionColor( new Vector3(1 , -1 , 1) ,Color.Green),
  11. new VertexPositionColor( new Vector3(-1 , -1 , 1) ,Color.Green),
  12. new VertexPositionColor( new Vector3(1 , 1 , 1) ,Color.Green),
  13. new VertexPositionColor( new Vector3(-1 , -1 , 1) ,Color.Green),
  14. new VertexPositionColor( new Vector3(-1 , 1 , 1) ,Color.Green),
  15. new VertexPositionColor( new Vector3(1 , 1 , -1) ,Color.Blue),
  16. new VertexPositionColor( new Vector3(1 , -1 , -1) ,Color.Blue),
  17. new VertexPositionColor( new Vector3(1 , -1 , 1) ,Color.Blue),
  18. new VertexPositionColor( new Vector3(1 , 1 , -1) ,Color.Blue),
  19. new VertexPositionColor( new Vector3(1 , -1 , 1) ,Color.Blue),
  20. new VertexPositionColor( new Vector3(1 , 1 , 1) ,Color.Blue),
  21. new VertexPositionColor( new Vector3(1 , -1 , -1) ,Color.Orange),
  22. new VertexPositionColor( new Vector3(-1 , -1 , -1) ,Color.Orange),
  23. new VertexPositionColor( new Vector3(-1 , -1 , 1) ,Color.Orange),
  24. new VertexPositionColor( new Vector3(1 , -1 , -1) ,Color.Orange),
  25. new VertexPositionColor( new Vector3(-1 , -1 , 1) ,Color.Orange),
  26. new VertexPositionColor( new Vector3(1 , -1 , 1) ,Color.Orange),
  27. new VertexPositionColor( new Vector3(-1 , -1 , -1) ,Color.Purple),
  28. new VertexPositionColor( new Vector3(-1 , 1 , -1) ,Color.Purple),
  29. new VertexPositionColor( new Vector3(-1 , 1 , 1) ,Color.Purple),
  30. new VertexPositionColor( new Vector3(-1 , -1 , -1) ,Color.Purple),
  31. new VertexPositionColor( new Vector3(-1 , 1 , 1) ,Color.Purple),
  32. new VertexPositionColor( new Vector3(-1 , -1 , 1) ,Color.Purple),
  33. new VertexPositionColor( new Vector3(1 , 1 , 1) ,Color.Yellow),
  34. new VertexPositionColor( new Vector3(-1 , 1 , 1) ,Color.Yellow),
  35. new VertexPositionColor( new Vector3(-1 , 1 , -1) ,Color.Yellow),
  36. new VertexPositionColor( new Vector3(1 , 1 , 1) ,Color.Yellow),
  37. new VertexPositionColor( new Vector3(-1 , 1 , -1) ,Color.Yellow),
  38. new VertexPositionColor( new Vector3(1 , 1 , -1) ,Color.Yellow),
  39. };
Add Comment
Please, Sign In to add comment