What can i use as a 3d Tile map editor?
Posted
by
alfa64
on Game Development
See other posts from Game Development
or by alfa64
Published on 2013-04-06T18:28:54Z
Indexed on
2013/10/19
16:11 UTC
Read the original article
Hit count: 469
I need to make grid based levels with 3d models for a dungeon crawler ( as a recent example Legend of Grimrock), but i need to have several layers and place entities with properties and position, angle, etc. I was considering Tiled, using layers as height for each level, but it's very hard to work with and visualize. What can i use for this pourpose? The output format needs to be json, xml, or something i can use on my engine. Ideally i'd want something like Tiled with a 3d visualization/edit mode and support for loading models or at least some visual representation of them.
© Game Development or respective owner