6a2e8d3b2f
Basic Scene creation
2022-07-09 22:21:56 +02:00
f8b390923e
Working on semi proper API to build a scene
2022-07-09 21:22:50 +02:00
b7e3465406
Editing the modelimporter to allow to create scene graphs
2022-07-08 21:35:14 +02:00
7b9685c381
Externalized ImGUI compilation and fixed white screen issue
2022-06-10 21:06:20 +02:00
16b61986a1
Adding textures capabilities
...
* Added Texures to the two sample cubes
* Modified mesh structure
- mesh now contains indices and vertices
- Vertices contain vertices and uv's (later on they will also
contain normals)
Solution definitely not perfect and needs improvement.
2022-06-05 01:44:54 +02:00
8cc6ed1f15
Multiple changes to prepare for the basic render engine.
...
* Rendering 2 cubes
* per cube transform panels
* Updated TODO.md
* Updated README.md
2022-05-28 21:19:16 +02:00
dae8830e2b
Graphics Engine is now part of the whole engine instead, Project will
...
actually compile #9
2022-05-28 13:32:17 +02:00