renderer cleanup, demo changes

This commit is contained in:
h4570
2022-08-03 10:37:27 +02:00
parent da958cb094
commit 0a024e745f
27 changed files with 329 additions and 149 deletions
+1
View File
@@ -35,6 +35,7 @@ because Mesh rendering uses only core.render()
- [3D] Add drawBBox(x, y , color, size)
- [File] Async file loading
- [tyrobj] Add multicolor support to tyrobj
- [Tyrobj] Improve obj importing for multiple usemtl with same names
- [Renderer] Interlacing
- [General] Add cpp lint checker in GitHub
- [General] Control generated id to avoid duplication. Maybe Just increment from 0? Add interface IIdentificable?