Browse Source

Adjust transform image and convert to WebP

Niv Baehr 4 months ago
parent
commit
8c29424165

BIN
tutorials/3d/img/transforms_euler.png


BIN
tutorials/3d/img/transforms_euler.webp


+ 1 - 1
tutorials/3d/using_transforms.rst

@@ -13,7 +13,7 @@ At first, this seems easy. For simple games, this way of thinking may even be en
 
 
 Angles in three dimensions are most commonly referred to as "Euler Angles".
 Angles in three dimensions are most commonly referred to as "Euler Angles".
 
 
-.. image:: img/transforms_euler.png
+.. image:: img/transforms_euler.webp
 
 
 Euler angles were introduced by mathematician Leonhard Euler in the early 1700s.
 Euler angles were introduced by mathematician Leonhard Euler in the early 1700s.