mirror of
https://github.com/raylib-cs/raylib-cs
synced 2025-06-30 19:03:42 -04:00
Add MeshDemo example using the new Mesh utils
This commit is contained in:
@ -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),
|
||||
|
Reference in New Issue
Block a user