mirror of
https://github.com/overte-org/overte.git
synced 2025-04-11 21:52:58 +02:00
const fix
This commit is contained in:
parent
f68bb957ff
commit
bb5896c174
1 changed files with 1 additions and 2 deletions
|
@ -119,6 +119,7 @@ public:
|
|||
void configure(const Config& configuration);
|
||||
void run(const render::RenderContextPointer& renderContext, const Input& input, Output& output);
|
||||
|
||||
const int DEFAULT_RESOLUTION = 1024;
|
||||
float _biasInput{ DEFAULT_BIAS_INPUT };
|
||||
float _globalMaxDistance{ DEFAULT_MAX_DISTANCE };
|
||||
int resolution{ DEFAULT_RESOLUTION };
|
||||
|
@ -132,8 +133,6 @@ private:
|
|||
float _slope;
|
||||
} _bias[SHADOW_CASCADE_MAX_COUNT];
|
||||
|
||||
const int DEFAULT_RESOLUTION = 1024;
|
||||
|
||||
LightStage::ShadowFrame::Object _globalShadowObject;
|
||||
LightStage::ShadowFramePointer _shadowFrameCache;
|
||||
|
||||
|
|
Loading…
Reference in a new issue