Since getting the tiling to work in 2d(1 layer) I sat and thought about getting extra layers working correctly, as in the last update it was broked.
However I realised that this was due to the fact the loop was setting the position as 1 further than the last y value, whereas the height of each hexagonal prism is only 0.2. Because of this I needed to divide the y value from the loop by 5 in order to get the correct position.
No comments:
Post a Comment