Added test cubemap and updated notes
This commit is contained in:
parent
cdcd8a1994
commit
c78abf303e
2
.gitignore
vendored
2
.gitignore
vendored
@ -2,5 +2,5 @@
|
||||
bin/
|
||||
int/
|
||||
dep/
|
||||
*aps
|
||||
*.aps
|
||||
*.res
|
BIN
NFPackCreator/AssetBuild/CubeTest/cubemaps/test_cmback.png
Normal file
BIN
NFPackCreator/AssetBuild/CubeTest/cubemaps/test_cmback.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 27 KiB |
BIN
NFPackCreator/AssetBuild/CubeTest/cubemaps/test_cmbottom.png
Normal file
BIN
NFPackCreator/AssetBuild/CubeTest/cubemaps/test_cmbottom.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 27 KiB |
BIN
NFPackCreator/AssetBuild/CubeTest/cubemaps/test_cmfront.png
Normal file
BIN
NFPackCreator/AssetBuild/CubeTest/cubemaps/test_cmfront.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 24 KiB |
BIN
NFPackCreator/AssetBuild/CubeTest/cubemaps/test_cmleft.png
Normal file
BIN
NFPackCreator/AssetBuild/CubeTest/cubemaps/test_cmleft.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 22 KiB |
BIN
NFPackCreator/AssetBuild/CubeTest/cubemaps/test_cmright.png
Normal file
BIN
NFPackCreator/AssetBuild/CubeTest/cubemaps/test_cmright.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 29 KiB |
BIN
NFPackCreator/AssetBuild/CubeTest/cubemaps/test_cmtop.png
Normal file
BIN
NFPackCreator/AssetBuild/CubeTest/cubemaps/test_cmtop.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 19 KiB |
@ -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?)
|
||||
|
Reference in New Issue
Block a user