examples: gkurve added shapes and textures (#284)

This commit is contained in:
PiergiorgioZagaria 2022-05-22 17:52:40 +02:00 committed by GitHub
parent f4de00d8b5
commit 1e8ad533e2
Failed to generate hash of commit
4 changed files with 313 additions and 123 deletions

View file

@ -35,7 +35,7 @@ pub fn build(b: *std.build.Builder) void {
.{ .name = "rotating-cube", .packages = &[_]Pkg{Packages.zmath} },
.{ .name = "two-cubes", .packages = &[_]Pkg{Packages.zmath} },
.{ .name = "instanced-cube", .packages = &[_]Pkg{Packages.zmath} },
.{ .name = "gkurve", .packages = &[_]Pkg{Packages.zmath} },
.{ .name = "gkurve", .packages = &[_]Pkg{ Packages.zmath, Packages.zigimg } },
.{ .name = "advanced-gen-texture-light", .packages = &[_]Pkg{Packages.zmath} },
.{ .name = "textured-cube", .packages = &[_]Pkg{ Packages.zmath, Packages.zigimg } },
.{ .name = "fractal-cube", .packages = &[_]Pkg{Packages.zmath} },