Skip to content

Commit

Permalink
Add coordinatespaces.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
papadanku committed Apr 25, 2024
1 parent 92375be commit 734e333
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions docs/source/blog/coordinatespaces.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@

Coordinate Spaces: A Refresher
==============================

.. glossary::

Standard Basis
Defines the directions of the x-axis, y-axis, and z-axis.

Tangent-Space
- Standard Basis is on the **face or vertex**.
- `(0.0, 0.0, 0.0)` would be on the **face or vertex**.

Object-Space
- Standard Basis is on the **object**.
- `(0.0, 0.0, 0.0)` would be on the center of the object.

World-Space
- Standard Basis is on the **world**.
- `(0.0, 0.0, 0.0)` would be on the center of the world.

View-Space
- Standard Basis is on the **camera**.
- `(0.0, 0.0, 0.0)` would be on the center of the camera.

0 comments on commit 734e333

Please sign in to comment.