Results 1 to 4 of 4

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

  1. #1
    Co-Founder / PGD Elder WILL's Avatar
    Join Date
    Apr 2003
    Location
    Canada
    Posts
    6,107
    Blog Entries
    25

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

    Here is a tiny tutorial about some things you can do to help eliminate the 'grid' in isometric and other tiled games.

    http://www.wildbunny.co.uk/blog/?p=63
    Jason McMillen
    Pascal Game Development
    Co-Founder





  2. #2
    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.

  3. #3
    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.

  4. #4

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
  •