Enable shadow samplers by default.
This commit is contained in:
parent
c1291c0412
commit
01229cc2b5
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ import ../graphics/framebuffer
|
||||||
import ../graphics/texture
|
import ../graphics/texture
|
||||||
import ../scene
|
import ../scene
|
||||||
|
|
||||||
const USE_SHADOW_SAMPLERS* = false
|
const USE_SHADOW_SAMPLERS* = true
|
||||||
|
|
||||||
when defined(nimdoc):
|
when defined(nimdoc):
|
||||||
type TYPES* = ShadowManager | ShadowMapUniform
|
type TYPES* = ShadowManager | ShadowMapUniform
|
||||||
|
|
Loading…
Reference in a new issue