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/ bin/
int/ int/
dep/ dep/
*aps *.aps
*.res *.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 *Mouse position input
Audio Audio
*Game states *Game states
Text rendering *Text rendering
UI elements *UI elements
*Resource system and custom format *Resource system and custom format
*Read model objs *Read model objs
And animations (Is this realistic?) And animations (Is this realistic?)
Layered batch renderer *Layered renderer
Lighting? (Or is this part of the game's shaders?) *Lighting
Multithreading and async tasks (For audio and loading?) Multithreading and async tasks (For audio and loading?)
*Figure out format for storing resources OUTSIDE of exe (compressed format?) *Figure out format for storing resources OUTSIDE of exe (compressed format?)