File tree Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -91,15 +91,18 @@ environment. So the library could be used independently.
9191
9292## Mesh3D
9393
94- The following example shows how to work with the base mesh class. For this
95- purpose we want to create a simple quad. The quad has four vertices, one for
96- each corner. To make things a bit more explanatory we compose the quad out of
97- two triangular faces. ** Important:** This is just an example to illustrate the
98- base concepts. The library already provides a convenient way to construct
94+ ** Important:** This is just an example to illustrate the
95+ The library already provides a convenient way to construct
9996primitives and more complex shapes. But we dive into this at a later point.
10097For now let's keep things simple. But also keep in mind that it might be useful
10198to construct shapes by yourself in some cases.
10299
100+ The following example shows how to work with the base mesh class. For this
101+ purpose we want to create a simple quad. The quad has four vertices, one for
102+ each corner. To make things a bit more explanatory we compose the quad out of
103+ two triangular faces.
104+ base concepts.
105+
103106```
104107(-1, 0, -1) (1, 0, -1)
105108 o--------------o
You can’t perform that action at this time.
0 commit comments