Results 1 to 4 of 4

Thread: 2D Isometric Land: Breaking Out of the Grid Tutorial...

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    I'm not sure what problem he's trying to solve. Is it a rendering problem, a "tile" placement problem, or something else?

    Characters are always rendered on top of land, no matter how it is generated. The only issue is objects placed on the land. With 2D isometric, the sorting algorithm is more or less as he initially states, top to bottom. That is true no matter whether you use grid-based rectangular tiles, a pile of circles, or whatever.

  2. #2
    What it's talking about is turning an isometric view that actually looks isometric and feels isometric, into something that behind the scenes still takes an isometric approach of sorts, but the end user result does not have that look or feel to it.

    It doesn't resemble the basic grid, moving from tile to tile like Facebook games such as FarmVille or that Java based Habbo Hotel does for example.

  3. #3

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •