Add MeshDemo example using the new Mesh utils
This commit is contained in:
parent
c642be6148
commit
f1dcfe1294
2 changed files with 117 additions and 0 deletions
|
|
@ -117,6 +117,7 @@ public class ExampleList
|
|||
new ExampleInfo("FirstPersonMaze", FirstPersonMaze.Main),
|
||||
new ExampleInfo("GeometricShapes", GeometricShapes.Main),
|
||||
new ExampleInfo("HeightmapDemo", HeightmapDemo.Main),
|
||||
new ExampleInfo("MeshDemo", MeshDemo.Main),
|
||||
new ExampleInfo("ModelLoading", ModelLoading.Main),
|
||||
new ExampleInfo("MeshGeneration", MeshGeneration.Main),
|
||||
new ExampleInfo("MeshPicking", MeshPicking.Main),
|
||||
|
|
|
|||
Loading…
Reference in a new issue