Tagged Questions
The isometric tag has no wiki summary.
31
votes
2answers
13k views
Drawing Isometric game worlds
What is the correct way to draw isometric tiles in a 2D game?
I've read references (such as this one) that suggest the tiles be rendered in a way that will zig-zag each column in the 2D array ...
26
votes
4answers
995 views
Most efficient way to save tile data of an isometric game
I'm working on an isometric game for fast browsers that support <canvas>, which is great fun. To save information of each tile, I use a two-dimensional array which contains numbers representing ...
12
votes
6answers
469 views
Efficiently getting isometric grid positions within a bounding box
I have an isometric grid system who's coordinates start from [0,0] in the left hand corner of the grid (The corner shown in the above image) with x incrementing towards the bottom of the image and y ...
8
votes
2answers
330 views
Passages through isometric tiles
Above are four images of a character walking along the ground from the bottom right towards the upper left. You can see that the drawing order isn't correct in the third panel.
There doesn't ...
5
votes
1answer
300 views
How to render with isometric perspective? [closed]
Possible Duplicate:
true isometric projection with opengl
I want to render using the same isometric rendering which Blender3d uses, how can i do this ? Is it possible with just a call to ...
5
votes
3answers
3k views
HTML/JS/CSS Isometric Grid with semi-transparent click-through tiles
I'm trying to create a web app/game that uses a side-on 'isometric' view and transparent tiles. I can display them ok (but not great) using a PHP formula that just sets each div (each tile) as ...
4
votes
2answers
148 views
CSS3: Cube with shadow
I think images speak louder than words in this case.
I want to get this effect:
But the best I can do with CSS3 is this:
And the code for this is absolutely terrible:
box-shadow: 1px 1px ...
4
votes
5answers
553 views
How to calculate the height and width of an isometric rectangle/square
I'm writing an isometric tile game. Each tile is twice as wide as it is tall (w:h = 2:1). All tiles in a map are the same size and their width and heights are known (TileWidth and TileHeight).
...
4
votes
3answers
2k views
Isometric projection in 2d coordinate system
What equation is needed to move a point on an isometric plane in a 2d space?
I've looked several places on the tubes. Mostly here. and I haven't been able to decipher it. I'm not a math major, ...
4
votes
3answers
5k views
true isometric projection with opengl
I am a newbie in OpenGL programming with C++ and not very good at mathematics. Is there a simple way to have isometric projection?
I mean the true isometric projection, not the general orthogonal ...
3
votes
1answer
79 views
Isometric Projection using Opengl
I am trying to use opengl to make isometric drawings.
According to:
http://en.wikipedia.org/wiki/Isometric_projection#Mathematics
"this is done by first looking straight towards one face. Next the ...
3
votes
2answers
497 views
True Isometric Projection with HTML5 Canvas
I am a newbie with HTML5 Canvas and JavaScript, but is there a simple way to have Isometric projection in HTML5 Canvas element?
I am mean the true isometric projection - ...
3
votes
2answers
942 views
Isometric Screen to Map
I'm trying to figure out how I can get the correct "active" tile under the mouse when I have "ramp" and +1 height tiles (see picture below).
When my world is flat, everything works no problem. ...
3
votes
1answer
1k views
Isometric projection : What's wrong with my math?
I have an math problem in Isometric projection. I have reading an article: Axonometric projections - a technical overview. For the Isometric projection part, it give an mathematical formula for ...
3
votes
1answer
1k views
Culling offscreen tiles in an Isometric engine
For a university term project, I'm working on a graphical roguelike (I'm aware of the contradiction in terms :P) that uses an isometric display. What I'm trying to figure out is, since drawing all ...
3
votes
3answers
509 views
Unprojecting an on screen point back to an isometrically projected world
I am doing a behind the curtains 3d simulation while rendering the world in my 2d isometric engine. I've never done an isometric engine before, and my matrix math is rusty in general so I am having ...
2
votes
2answers
221 views
Java mouse picking on diamond tiled map
Ok, im at my wits end. I am trying to create a small isometric tile map thats bigger then the screen witha viewpoint i can modify with mouse dragging.
I got the drawing right (i think), i got the ...
2
votes
2answers
272 views
Drawing a series of isometric enemies in the correct order or dealing with the dirty rectangle?
I'm wonderring if anyone can help me with making sure my... uhhh ... Z-index (bad pun, you'll see why in a moment) is in the wrong order. I've been doing this for a few hours straight now and my eyes ...
2
votes
2answers
584 views
isometric perspective in silverlight
How can I get a perfect isometric perspective in Silverlight ?
I want to create a 3D environment in Silverlight, which has to be in Isometric perspective.
If I use the planeprojection, I can make a ...
2
votes
1answer
158 views
how to create and interactive isometric frame for diagraming in a python GUI (preferable wxpython)
Am designing a piping software, right now it works on 2D. I implemented a very simple frame with wx.paintDC() it basically goes like this:
def OnDrawing(self, evt):
dc = ...
2
votes
2answers
437 views
How to do isometric 3D in CSS
I'm trying to do Isometric 3D in CSS, here is what I have right now :
http://jsfiddle.net/AagGZ/1/ (webkit only for testing)
I'm basically using the box-shadow, 1px by 1px to create the 3D effect, ...
2
votes
2answers
1k views
Accurate A* search heuristic for isometric maps?
I have written an implementation of the A* search algorithm. The problem is that the heuristic I'm currently using only works accurately on square grids. As my map is isometric, the heuristic doesn't ...
2
votes
3answers
2k views
Moving sprites between tiles in an Isometric world
I'm looking for information on how to move (and animate) 2D sprites across an isometric game world, but have their movement animated smoothly as the travel from tile to tile, as opposed to having them ...
1
vote
1answer
60 views
Isometric object detection
I'm currently using this for collsion detection:
var overlaps = (function () {
function getPositions( elem ) {
var pos, width, height;
pos = $( elem ).position();
...
1
vote
1answer
69 views
How to create isometric grid android
i want to draw i grid like
http://mathforum.org/workshops/sum98/participants/sanders/isomgrid.gif
can some one please help me to create this grid programmatically in android
i am new to android ...
1
vote
1answer
192 views
Isometric pixel art tutorials
I have been looking at hundred of results suggested by Google, but I can't really find anything that shows the techniques and tricks to mastering pixel art.
I am making a game, and decided that pixel ...
1
vote
0answers
401 views
Integrate jQuery plugin with LimeJS game engine
I'm using the HTML5 game engine LimeJS and want to integrate a jQuery plugin for an isometric map. I added the tutorial script to a simple LimeJS program and there seems to be a conflict between ...
1
vote
1answer
704 views
Isometric Tiled Maps in Android
I was wondering how to use isometric tiled maps on android.
To create an Orthographic map you can use the Tile Map Editor and libigdx but libigdx doesn't support isometric maps.
I wanted to create ...
1
vote
1answer
274 views
How do I draw a large (500+) number of sprites to build an isometric tiled map in DirectX 10?
So, I've been puttering around with a few books on DirectX (specifically 10) and am trying my hand at building a game that uses it, but I'm stumped by a problem that none of the books seem to mention: ...
1
vote
4answers
613 views
Click detection in a 2D isometric grid?
I've been doing web development for years now and I'm slowly getting myself involved with game development and for my current project I've got this isometric map, where I need to use an algorithm to ...
1
vote
1answer
341 views
Calculating the cells contained inside a rectangle on an Isometric Grid
Consider that we are given an isometric grid (consider something like Diablo) of tiles. We have some measures for the grid, like grid height, grid width and tile height/width. (consider this image: ...
1
vote
2answers
1k views
Drawing Isometric Tilemaps
I've been working on drawing an isometric map with C# / XNA Game Studio, and while I've gotten pretty far it doesn't look quite right and I was wondering if anybody can help.
Here's the code I have ...
1
vote
2answers
1k views
ActionScript 3 framework / engine for building social game like FarmVille
The current architecture of the game is:
PHP + MySql backend,
Flash and ActionScript 3 frontend.
Major criteria for engine/framework selection are:
Support for isometric view.
Resuability : The ...
1
vote
1answer
927 views
Is an Isometric engine used for social games like farmville, happy island, etc
1) Is an isometric engine used to render the world in social games. If yes, can you guide me somewhere where I can learn how to use it.
2) Also, how are the houses, buildings, farms and other objects ...
1
vote
1answer
317 views
How to rotate an isometic view?
I'm creating a view of isometric tiles using this simple nested loop:
const TILE_WIDTH:Number = 180;
const TILE_HEIGHT:Number = 90;
for( var i:Number = 0; i < 10; i++ ){
for( var j:Number = ...
1
vote
2answers
576 views
RTS like Mouse in an isometric view (LWJGL)
I really have an issue with mouseclicks in an isometric view.
Simply i have a flat map, and, like i said, a camera in an isometric view. Now when i click in the window i want to get the Coordinates ...
1
vote
1answer
422 views
How to move calculate a thrown objects path in an isometric environment?
I am making an isometric game on the iPhone, and need a little help. What is the best way to go about calculating the path a object must take if it is thrown from one tile to another? I've been ...
0
votes
0answers
16 views
Render order in isometric map
Here is a screenshot of my problem, and also a view of the mapeditor, www.mapeditor.org
http://imageshack.us/f/837/66447992.png/
The problem is that tiles isnt rendered in correct order, so the get ...
0
votes
0answers
23 views
Isometric mouse positions on map
Im working on a 2d java game, map style is isometric.
My map looks like:
............
[02][12][13]....
[01][11][12][23]....
[00][10][11][22][32]....
...
0
votes
1answer
26 views
2d tile rendering using tmx-parser and SDL
I'm working on getting an map created in Tiled (http://mapeditor.org) to render after parsing the map with tmx-parser (http://code.google.com/p/tmx-parser/). I've got the tiles to render in the ...
0
votes
2answers
24 views
How to Iterate from back to front in a diamond-shaped isometric map
Imagine a diamond-shaped isometric map, which is basically a 2D array with (x,y) coordinates and the top cell as the origin, as marked in the cells:
I want to iterate through these cells from back ...
0
votes
0answers
93 views
Isometric tilemap platformer in cocos2d - player jumps?
I've read a lot about building isometric-tile-map based games for iOS using cocos2d (tutorials, examples, etc.). Unfortunately, can't find a proper example of making a classic platformer game with ...
0
votes
0answers
73 views
how to start with Isometric view android [closed]
I want to create an Isometric view in Android, I don't know how to start and how to create any view in Android OpenGL (2d or 3d),
0
votes
0answers
128 views
Collision Detection on floor tiles Isometric game
I am writing a isometric tile based game where the characters can walk freely amongst the tiles, but not be able to cross over to certain tiles that have a collides flag. Sounds easy enough, just ...
0
votes
1answer
43 views
How to add JLabel inside a polygon?
I am trying to do a isometric map for a game on Java, but I can't find a way to do this. I need to add a JLabel for each polygon of the isometric map, so I can use paint() for each position. How can I ...
0
votes
0answers
32 views
How to set up this map matrix for a 5x5 map
I've got an isometric map for a game. I want to modify the map from the tutorial's which I got the code from, but I'm having trouble understanding how to set up the map's matrix.
Here's a JSFiddle ...
0
votes
1answer
46 views
Why is my isometric map code not being called?
I'm building an isometric map like the one done by Christian Weber.
I've got nearly identical code to his, but the JS function building the map is never getting called. It should be, since I have ...
0
votes
0answers
169 views
Calculate tile coordinate from screen x,y using isometric (staggered/zigzag) method. (not diamond)
This post contained a very good description on the 2 different ways isometric maps are drawn.
Drawing Isometric game worlds
My map is drawn using the staggered method - not the diamond method. I ...
0
votes
1answer
285 views
HTML5 Isometric with big objects
I have an example in HTML5 Canvas (<canvas id="canvas" width="640" height="480"></canvas>). Here's the JavaScript code (JSFiddle link):
var canvas = document.getElementById('canvas');
...
0
votes
0answers
321 views
HTML5 Canvas Diamond Isometric
I try create a isometric map and follow this: Drawing Isometric game worlds
My draw code is:
var tiles = [tile1, tile2, tile3];
var objTiles = [objTile1, objTile2, objTile3];
var map = [[0, 0, 0, 0, ...