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