Added heightmap example (#206)
* added heightmap example * better formatting
This commit is contained in:
parent
d3fdd327d5
commit
8e5ef1045d
3 changed files with 54 additions and 5 deletions
10
build.zig
10
build.zig
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue