Begin implement Vertex
Some checks failed
Build legacy Nix package on Ubuntu / build (push) Failing after 4m25s

This commit is contained in:
Florian RICHER 2024-12-06 17:06:17 +01:00
parent 84666db1d8
commit a1961cff05
10 changed files with 105 additions and 18 deletions

View file

@ -1,2 +1,4 @@
mod triangle;
pub use triangle::Triangle as TriangleScene;
mod vertex;
pub use triangle::TriangleScene;