From 056f13cd6e59c86c399b8d1025da2ffaca84e784 Mon Sep 17 00:00:00 2001 From: PiergiorgioZagaria Date: Sun, 22 May 2022 20:32:45 +0200 Subject: [PATCH] examples/gkurve: added LICENSE.atlas --- examples/gkurve/LICENSE.atlas | 1 + examples/gkurve/atlas.zig | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) create mode 100644 examples/gkurve/LICENSE.atlas diff --git a/examples/gkurve/LICENSE.atlas b/examples/gkurve/LICENSE.atlas new file mode 100644 index 00000000..1ba9bbb5 --- /dev/null +++ b/examples/gkurve/LICENSE.atlas @@ -0,0 +1 @@ +This implementation comes from https://gist.github.com/mitchellh/0c023dbd381c42e145b5da8d58b1487f diff --git a/examples/gkurve/atlas.zig b/examples/gkurve/atlas.zig index 114f4052..0e1d3f12 100644 --- a/examples/gkurve/atlas.zig +++ b/examples/gkurve/atlas.zig @@ -1,5 +1,3 @@ -//! This implementation comes from https://gist.github.com/mitchellh/0c023dbd381c42e145b5da8d58b1487f -//! //! Implements a texture atlas (https://en.wikipedia.org/wiki/Texture_atlas). //! //! The implementation is based on "A Thousand Ways to Pack the Bin - A