ported example core 3d picking (#163)

This commit is contained in:
Nicholas S. Zivkovic 2024-10-18 13:21:01 +02:00 committed by GitHub
parent a6f94ce655
commit 817f91b57c
Failed to generate hash of commit
2 changed files with 94 additions and 1 deletions

View file

@ -241,7 +241,11 @@ pub fn build(b: *std.Build) !void {
.path = "examples/core/2d_camera_mouse_zoom.zig",
.desc = "Shows mouse zoom demo",
},
.{
.name = "3d_picking",
.path = "examples/core/3d_picking.zig",
.desc = "Shows picking in 3d mode",
},
.{
.name = "window_flags",
.path = "examples/core/window_flags.zig",