Tagged Questions
-3
votes
1answer
220 views
Isometric Rendering and Picking [duplicate]
Possible Duplicate:
Isometric rendering and picking?
I've been looking for a formula to plot (world->screen) and mouse pick (world->screen) isometric tiles in a non-diamond-shaped world. ...
1
vote
0answers
235 views
2D isometric picking
I'm trying to implement picking in my isometric 2D game, however, I am failing.
First of all, I've searched for a solution and came to several, different equations and even a solution using matrices. ...
-1
votes
2answers
514 views
How do I pick correct tile in isometric 3D map?
I want to know how to pick the correct tile on a isometric map in 3D space. Here is a 2D example.
They use a colour key map to correctly pick the coordinate. How can I achieve this in 3D space? Is ...
-2
votes
2answers
369 views
Picking a tile in an Iso Engine
I have developed an iso engine for a farm game. In general it works fine, but the problem is that it is not always accurate when pressing the tiles, so the tile I wanted to select is not the one ...