This commit is contained in:
Miloslav Ciz 2025-02-26 18:17:24 +01:00
parent f80ca20c00
commit 1e739cc555
19 changed files with 1980 additions and 1936 deletions

View file

@ -305,12 +305,14 @@ Now let's have a simple **3D model data** of a quad. Quad is basically just a sq
*quadModel*:
```
v3________v2
| _/ |
| _/ |
| _/ |
|/_______|
v0 v1
```
In a computer this is represented with two arrays: vertices and triangles. Our vertices here are (notices all Z coordinates are zero, i.e. it is a 3D model but it's flat):