mirror of
https://github.com/overte-org/overte.git
synced 2025-08-10 03:40:20 +02:00
Decrease shadowMap res to 1024
This commit is contained in:
parent
562c909ad8
commit
f3a5be9ec0
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ public:
|
||||||
class Shadow {
|
class Shadow {
|
||||||
public:
|
public:
|
||||||
using UniformBufferView = gpu::BufferView;
|
using UniformBufferView = gpu::BufferView;
|
||||||
static const int MAP_SIZE = 2048;
|
static const int MAP_SIZE = 1024;
|
||||||
|
|
||||||
Shadow(model::LightPointer light);
|
Shadow(model::LightPointer light);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue