File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -123,9 +123,11 @@ python manage.py runeffect examples.raymaching
123
123
Terrain
124
124
-------
125
125
126
- Simple tessellation example using a height map. The original vertex buffer is a 8 x 8 reolution
126
+ Simple tessellation example using a height map. The original vertex buffer is a 8 x 8 resolution
127
127
grid with 128 triangles. Each triangle is tessellated using inner and outer level of 64
128
128
giving us around 780.000 triangles. We toggle the draw mode between textured and wireframe over time.
129
+ Because the tessellation evaluation shader reads from the height map we get curved tessellation
130
+ instead of all triangles ending up in the same plane.
129
131
130
132
``` bash
131
133
python manage.py runeffect examples.terrain
You can’t perform that action at this time.
0 commit comments