ported example core 3d picking (#163)
This commit is contained in:
parent
a6f94ce655
commit
817f91b57c
2 changed files with 94 additions and 1 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue