ported example 3d camera free (#162)
This commit is contained in:
parent
a2397363aa
commit
a6f94ce655
2 changed files with 74 additions and 0 deletions
|
|
@ -231,6 +231,11 @@ pub fn build(b: *std.Build) !void {
|
|||
.path = "examples/core/3d_camera_first_person.zig",
|
||||
.desc = "Simple first person demo",
|
||||
},
|
||||
.{
|
||||
.name = "3d_camera_free",
|
||||
.path = "examples/core/3d_camera_free.zig",
|
||||
.desc = "Shows basic 3d camera initialization",
|
||||
},
|
||||
.{
|
||||
.name = "2d_camera_mouse_zoom",
|
||||
.path = "examples/core/2d_camera_mouse_zoom.zig",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue