examples/gkurve: added texture atlas #287

Merged
PiergiorgioZagaria merged 3 commits from main into main 2022-05-22 18:50:15 +00:00
PiergiorgioZagaria commented 2022-05-22 18:21:35 +00:00 (Migrated from github.com)
  • By selecting this checkbox, I agree to license my contributions to this project under the license(s) described in the LICENSE file, and I have the right to do so or have received permission to do so by an employer or client I am producing work for whom has this right.
- [X] By selecting this checkbox, I agree to license my contributions to this project under the license(s) described in the LICENSE file, and I have the right to do so or have received permission to do so by an employer or client I am producing work for whom has this right.
emidoots (Migrated from github.com) reviewed 2022-05-22 18:24:47 +00:00
@ -0,0 +1,325 @@
//! Implements a texture atlas (https://en.wikipedia.org/wiki/Texture_atlas).
emidoots (Migrated from github.com) commented 2022-05-22 18:24:47 +00:00

Can you add the LICENSE file to this folder, too? Name it LICENSE.atlas

Can you add [the LICENSE file](https://gist.githubusercontent.com/mitchellh/0c023dbd381c42e145b5da8d58b1487f/raw/15d618acc3ba084e58a154fa44bc0b181a73a73c/LICENSE.md) to this folder, too? Name it `LICENSE.atlas`
emidoots (Migrated from github.com) approved these changes 2022-05-22 18:29:06 +00:00
PiergiorgioZagaria (Migrated from github.com) reviewed 2022-05-22 18:30:58 +00:00
@ -0,0 +1,325 @@
//! Implements a texture atlas (https://en.wikipedia.org/wiki/Texture_atlas).
PiergiorgioZagaria (Migrated from github.com) commented 2022-05-22 18:30:58 +00:00

Dp I move all the doc comment to the LICENSE.atlas or just the first line?

Dp I move all the doc comment to the LICENSE.atlas or just the first line?
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
hexops/mach!287
No description provided.