Added test cubemap and updated notes

This commit is contained in:
Grayson Riffe (Desktop) 2021-09-06 11:34:05 -05:00
parent cdcd8a1994
commit c78abf303e
8 changed files with 5 additions and 5 deletions

2
.gitignore vendored
View File

@ -2,5 +2,5 @@
bin/
int/
dep/
*aps
*.aps
*.res

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

View File

@ -30,13 +30,13 @@ Separate Model and UIElement from Drawable
*Mouse position input
Audio
*Game states
Text rendering
UI elements
*Text rendering
*UI elements
*Resource system and custom format
*Read model objs
And animations (Is this realistic?)
Layered batch renderer
Lighting? (Or is this part of the game's shaders?)
*Layered renderer
*Lighting
Multithreading and async tasks (For audio and loading?)
*Figure out format for storing resources OUTSIDE of exe (compressed format?)