Add bone socket example
This commit is contained in:
parent
0248dc6e98
commit
a1d02a5ec8
7 changed files with 157 additions and 1 deletions
|
|
@ -358,12 +358,16 @@ pub fn build(b: *std.Build) !void {
|
|||
.path = "examples/textures/textures_image_loading.zig",
|
||||
.desc = "Image loading and texture creation",
|
||||
},
|
||||
|
||||
.{
|
||||
.name = "models_heightmap",
|
||||
.path = "examples/models/models_heightmap.zig",
|
||||
.desc = "Heightmap loading and drawing",
|
||||
},
|
||||
.{
|
||||
.name = "models_bone_socket",
|
||||
.path = "examples/models/models_bone_socket.zig",
|
||||
.desc = "Bone socket",
|
||||
},
|
||||
// .{
|
||||
// .name = "shaders_basic_lighting",
|
||||
// .path = "examples/shaders/shaders_basic_lighting.zig",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue