Skyboxes
This commit is contained in:
parent
eb01ec4877
commit
f135d99d74
60 changed files with 924 additions and 90 deletions
|
|
@ -27,6 +27,8 @@ compatibility_mode=false
|
|||
#0 = Forward rendering
|
||||
#1 = Deferred rendering
|
||||
Renderer=1
|
||||
ShadowMapSize=16
|
||||
MaxAllowedVulkanCrashes=10
|
||||
AlphaToCoverage=false
|
||||
DualPassRendering=false
|
||||
#AA settings
|
||||
|
|
@ -43,7 +45,7 @@ vkValidated=true
|
|||
vsync=false
|
||||
#Swap Chain Images
|
||||
RequestedImages=3
|
||||
DefaultTexturePath=resources/EngineResources/Texture/DefaultTexture.png
|
||||
DefaultTexturePath=resources/EngineResources/Texture/NoTexture.png
|
||||
#This is the name of the GPU you want the engine to use
|
||||
PhysicalDeviceName=
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue