Add ported solar system example
This commit is contained in:
parent
163b1ef2e9
commit
d9933008f5
2 changed files with 158 additions and 0 deletions
|
|
@ -373,6 +373,11 @@ pub fn build(b: *std.Build) !void {
|
|||
.path = "examples/models/models_box_collisions.zig",
|
||||
.desc = "Box collisions",
|
||||
},
|
||||
.{
|
||||
.name = "models_rlgl_solar_system",
|
||||
.path = "examples/models/models_rlgl_solar_system.zig",
|
||||
.desc = "Solar System",
|
||||
},
|
||||
// .{
|
||||
// .name = "shaders_basic_lighting",
|
||||
// .path = "examples/shaders/shaders_basic_lighting.zig",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue