Added heightmap example (#206)

* added heightmap example

* better formatting
This commit is contained in:
Woshiwuja 2025-02-16 19:43:02 +01:00 committed by GitHub
parent d3fdd327d5
commit 8e5ef1045d
Failed to generate hash of commit
3 changed files with 54 additions and 5 deletions

View file

@ -373,11 +373,11 @@ pub fn build(b: *std.Build) !void {
.desc = "Image loading and texture creation",
},
// .{
// .name = "models_loading",
// .path = "examples/models/models_loading.zig",
// .desc = "Loads a model and renders it",
// },
.{
.name = "models_heightmap",
.path = "examples/models/models_heightmap.zig",
.desc = "Heightmap loading and drawing",
},
// .{
// .name = "shaders_basic_lighting",
// .path = "examples/shaders/shaders_basic_lighting.zig",