Search found 1 match

by corp_jonlan
Fri Feb 17, 2006 11:34 am
Forum: Beginners Help
Topic: Tile-based map
Replies: 1
Views: 406

Tile-based map

Hi, can anyone give me a few pointers regarding creating a map via tiles? Let's say I have a file that contains a 2d-array, either 0 = floor or 1 = wall, and I read from that file and want to add a wall/floor primitve corresponding to it, creating this array in the 3d world?

I used the search a few ...