Advertisement
nux95

cnMeshHelper output

Oct 28th, 2011
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.93 KB | None | 0 0
  1. Polygon 0:
  2. cnMatrix {
  3. cnVector(1, 0, 0)
  4. cnVector(0, 0, -1)
  5. cnVector(0, -1, 0)
  6. cnVector(0, 0, 0)
  7. }
  8. Polygon 1:
  9. cnMatrix {
  10. cnVector(1, 0, 0)
  11. cnVector(0, 0, -1)
  12. cnVector(0, -1, 0)
  13. cnVector(0, 0, 100)
  14. }
  15. ---------------------
  16. Vertex 0:
  17. cnMatrix {
  18. cnVector(1, 0, 0)
  19. cnVector(0, 0, -1)
  20. cnVector(0, -1, 0)
  21. cnVector(0, 0, 0)
  22. }
  23. Vertex 1:
  24. cnMatrix {
  25. cnVector(1, 0, 0)
  26. cnVector(0, 0, -1)
  27. cnVector(0, -1, 0)
  28. cnVector(0, 0, 100)
  29. }
  30. Vertex 2:
  31. cnMatrix {
  32. cnVector(1, 0, 0)
  33. cnVector(0, 0, -1)
  34. cnVector(0, -1, 0)
  35. cnVector(100, 0, 100)
  36. }
  37. Vertex 3:
  38. cnMatrix {
  39. cnVector(1, 0, 0)
  40. cnVector(0, 0, -1)
  41. cnVector(0, -1, 0)
  42. cnVector(100, 0, 0)
  43. }
  44. ---------------------
  45. Ascending Polygons of Vertex 0:
  46. 1, 0,
  47. Ascending Polygons of Vertex 1:
  48. 0,
  49. Ascending Polygons of Vertex 2:
  50. 1, 0,
  51. Ascending Polygons of Vertex 3:
  52. 1,
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement