Add bone socket example

This commit is contained in:
maiconpintoabreu 2025-09-27 10:01:10 +01:00 committed by Nikolas
parent 0248dc6e98
commit a1d02a5ec8
7 changed files with 157 additions and 1 deletions

View file

@ -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",