Advertisement
Guest User

Untitled

a guest
Aug 16th, 2017
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.11 KB | None | 0 0
  1. // Get array of low-detail walkable tiles, which are the subdivided OUTER children of
  2. // the 4 initial root walkable tiles. This gives 48 low-detail tiles:
  3. //
  4. // subdivided outer children
  5. //
  6. // |X|X| |X|X| |X|X| |X|X|
  7. // |X|X| |X|X| |X|X| |X|X|
  8. // root tiles outer children
  9. // |X|X| | | | | | | |X|X|
  10. // |X|X|X|X| |X|X| | | | | | | |X|X|
  11. // |X|X| -> subdivided -> |X| | |X| ->
  12. // |X|X| children |X| | |X| |X|X| | | | | | | |X|X|
  13. // |X|X|X|X| |X|X| | | | | | | |X|X|
  14. // LOD 5
  15. // LOD 6 |X|X| |X|X| |X|X| |X|X|
  16. // |X|X| |X|X| |X|X| |X|X|
  17. //
  18. // LOD 7
  19. //
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement