Thread: Tile editor isometric test

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Registered User VirtualAce's Avatar
    Join Date
    Aug 2001
    Posts
    9,607

    Tile editor isometric test

    Well since I'm waiting for models on my 3D game or moreso waiting to figure out how to get the models, I figured I try to do an isometric version of my editor and tile engine.

    Here is my first test and so far it looks ok. The row and column numbers are correct in this screenshot.

    However I really have no idea how to convert from mouse x,y to row,col. Once I figure that out I should be able to simply call a Calculate function which will transform coords from mouse x,y to row,col based on the current view mode.

    Just toying around and not sure how far I'll go with it.
    Last edited by VirtualAce; 03-12-2011 at 11:41 AM.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Integer Emulation
    By Elysia in forum C++ Programming
    Replies: 31
    Last Post: 03-18-2008, 01:03 PM
  2. Need testers for editor
    By VirtualAce in forum Game Programming
    Replies: 43
    Last Post: 07-10-2006, 08:00 AM
  3. C++ Operator Overloading help
    By Bartosz in forum C++ Programming
    Replies: 2
    Last Post: 08-17-2005, 12:55 PM
  4. MSVC Template Constructor/Assignment Errors
    By LuckY in forum Windows Programming
    Replies: 3
    Last Post: 07-22-2005, 02:57 PM
  5. Tile Editor
    By Nick in forum Linux Programming
    Replies: 3
    Last Post: 08-10-2001, 11:24 PM