Axonometric projection is a type of orthographic projection where a three-dimensional object is depicted at a skewed angle so that more than one side of the object can be seen.
Questions tagged [axonometric]
2 questions
7
votes
2 answers
how can I create an axonometric oblique / cavalier / cabinet with threejs?
I found examples on how to create (axonometric) isometric camera in Isometric camera with THREE.js, but how can I create an axonometric oblique?

lupok
- 1,025
- 11
- 15
2
votes
1 answer
HTML5 Canvas generate isometric tiles
I'm trying to generate basic tiles and stairs in HTML5 Canvas without using images.
Here's what I did until now:
but I'm trying to reproduce this:
and I have no idea how to.
Here's my current code:
class IsometricGraphics {
…

JeePing
- 449
- 1
- 6
- 15