Skip to content
Advertisement

Tag: isometric

Reverse Isometric Projection in Javascript

I have a function which converts some 3D coords (x, y, z) into a position in the screen (width, height), with an isometric perspective (true isometric, not dimetric). So, for better clarification, here we have the blue lines, which represents the 2D Screen, and the black lines, which represents the 3D isometric space: The above function works fine. If I

Advertisement