Advertisement
ollj

hex tile simple small tall3

Jan 16th, 2015
216
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.26 KB | None | 0 0
  1. # very simple hex tile object to be used with a sinple single hex-tile texture (and transparent borders)
  2. # top == bottom and the sides stretch a few pixel from the bottom left corner.
  3. #
  4. # this is the small version
  5. #
  6. # to be used with textures like: http://i.imgur.com/1aPbt6X.png
  7. # and heres a large collection of them from "MagicRealm" http://imgur.com/a/dlAVd
  8. #
  9. mtllib ./raw3.mtl
  10. g
  11. # object Material__61 to come ...
  12. #
  13. v 5.28 1.898845 0
  14. v 2.64 1.898845 -4.572614
  15. v -2.64 1.898845 -4.572614
  16. v -5.28 1.898845 0
  17. v -2.64 1.898845 4.572614
  18. v 2.64 1.898845 4.572614
  19. v 5.28 0.008276 0
  20. v 2.64 0.008276 -4.572614
  21. v -2.64 0.008276 -4.572614
  22. v -5.28 0.008276 0
  23. v -2.64 0.008276 4.572614
  24. v 2.64 0.008276 4.572614
  25. # 12 vertices
  26.  
  27. vt 0.010965 0.501957 0
  28. vt 0.256861 0.007291 0
  29. vt 0.748279 0.007128 0
  30. vt 0.994825 0.501278 0
  31. vt 0.748714 0.996388 0
  32. vt 0.257886 0.996961 0
  33. vt 0.016083 0.501862 0
  34. vt 0.261335 0.008237 0
  35. vt 0.742173 0.007128 0
  36. vt 0.989585 0.501567 0
  37. vt 0.745536 0.994764 0
  38. vt 0.263605 0.995739 0
  39. vt 0.256916 0.007299 0
  40. vt 0.748456 0.007253 0
  41. vt 0.748816 0.996642 0
  42. vt 0.257147 0.996502 0
  43. vt 0.256909 0.010952 0
  44. vt 0.748651 0.010965 0
  45. vt 0.749427 0.993237 0
  46. vt 0.257758 0.993097 0
  47. vt 0.011266 0.501758 0
  48. vt 0.994805 0.50128 0
  49. vt 0.016985 0.500536 0
  50. vt 0.989625 0.501624 0
  51. vt 0.011367 0.5019 0
  52. vt 0.257232 0.007323 0
  53. vt 0.748962 0.007323 0
  54. vt 0.994826 0.5019 0
  55. vt 0.748961 0.996477 0
  56. vt 0.257232 0.996477 0
  57. vt 0.256894 0.007285 0
  58. vt 0.748623 0.007285 0
  59. vt 0.748623 0.996439 0
  60. vt 0.256894 0.996438 0
  61. vt 0.011029 0.501862 0
  62. vt 0.994488 0.501862 0
  63. # 36 texture vertices
  64.  
  65. vn 0.866025 0 -0.5
  66. vn 0.866025 0 -0.5
  67. vn 0 0 -1
  68. vn -0.866025 0 -0.5
  69. vn -0.866025 0 0.5
  70. vn 0 0 1
  71. vn 0.866025 0 -0.5
  72. vn 0.866025 0 -0.5
  73. vn 0 0 -1
  74. vn -0.866025 0 -0.5
  75. vn -0.866025 0 0.5
  76. vn 0 0 1
  77. # 12 vertex normals
  78.  
  79. g Material__61
  80. usemtl Material__61
  81. f 7/1/7 8/2/8 2/8/2 1/7/1
  82. f 8/13/8 9/14/9 3/18/3 2/17/2
  83. f 9/3/9 10/4/10 4/10/4 3/9/3
  84. f 10/22/10 11/5/11 5/11/5 4/24/4
  85. f 11/15/11 12/16/12 6/20/6 5/19/5
  86. f 12/6/12 7/21/7 1/23/1 6/12/6
  87. f 5/29/5 6/30/6 3/27/3 4/28/4
  88. f 1/25/1 2/26/2 3/27/3 6/30/6
  89. f 7/35/7 12/34/12 9/32/9 8/31/8
  90. f 11/33/11 10/36/10 9/32/9 12/34/12
  91. # 10 faces
  92.  
  93. g
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement