Oblique Projection Formulas

3D-coordinates-cubeThe aim of this challenge is to demonstrate how the oblique projection formulas are used to convert 3D coordinates (x,y,z) into 2D coordinates (x,y).

oblique-projection-formulae

The oblique projection formulas are essential to understand how 3D models are displayed on a 2D screen. They are heavily used in 3D video games, computer animations and virtual reality.

Let’s apply these formulas to represent a simple 3D cube on a 2D canvas using Python Turtle.

Your Task


Compete the code provided above to add some extra vertices and edges to create a 3D house as follows:house-3d-coordinates

unlock-access

Solution...

The solution for this challenge is available to full members!
Find out how to become a member:
➤ Members' Area

Did you like this challenge?

Click on a star to rate it!

Average rating 4.8 / 5. Vote count: 5

No votes so far! Be the first to rate this post.

As you found this challenge interesting...

Follow us on social media!

Tagged with: , ,