mesh builder v2

This commit is contained in:
h4570
2022-08-03 20:31:19 +02:00
parent 689c8132d1
commit 153ebb52a5
19 changed files with 384 additions and 76 deletions
+5
View File
@@ -1,5 +1,9 @@
------------ Tyra's v2.0 roadmap to publish on GitHub ------------
- [General] builder2
- [General] std::vector in mesh instead of array**
- [General] Allow to edit all data from mesh/texture
- [General] manycolor -> lightmap
- [General] USB test
- [General] Tyra version, render it on start
- [Renderer] Fog
@@ -36,6 +40,7 @@ because Mesh rendering uses only core.render()
- [File] Async file loading
- [tyrobj] Add multicolor support to tyrobj
- [Tyrobj] Improve obj importing for multiple usemtl with same names
- [tyrdata] Custom 3D data file with precalculated bboxes with support of async loading
- [Renderer] Interlacing
- [General] Add cpp lint checker in GitHub
- [General] Control generated id to avoid duplication. Maybe Just increment from 0? Add interface IIdentificable?