-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add rectangular cuboid shape Co-authored-by: Jason Lessard <[email protected]> Co-authored-by: Jason Lessard <[email protected]> Co-authored-by: Carter Anderson <[email protected]>
- Loading branch information
1 parent
0dbbcd9
commit d458406
Showing
12 changed files
with
341 additions
and
304 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,6 @@ | ||
#[allow(clippy::module_inception)] | ||
mod mesh; | ||
/// Generation for some primitive shape meshes. | ||
pub mod shape; | ||
|
||
pub use mesh::*; |
Oops, something went wrong.