We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ae054b commit 8cc5dc2Copy full SHA for 8cc5dc2
03-quickstart.rst
@@ -44,7 +44,7 @@ that are outside this range will be discarded or clipped (i.e. won't be visible
44
on screen). This is called Normalized Device Coordinates, or NDC for short.
45
This is something you cannot change because it is part of the OpenGL API and
46
implemented in your hardware (GPU). Consequently, even if you intend to render
47
-the whole universe, you'll have utlimately to fit it into this small volume.
+the whole universe, you'll have ultimately to fit it into this small volume.
48
49
The second important fact to know is that **x** coordinates increase from left
50
to right and **y** coordinates increase from bottom to top. For this latter
0 commit comments