mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-05-28 19:21:41 +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 configure(const Config& configuration);
|
||||||
void run(const render::RenderContextPointer& renderContext, const Input& input, Output& output);
|
void run(const render::RenderContextPointer& renderContext, const Input& input, Output& output);
|
||||||
|
|
||||||
|
const int DEFAULT_RESOLUTION = 1024;
|
||||||
float _biasInput{ DEFAULT_BIAS_INPUT };
|
float _biasInput{ DEFAULT_BIAS_INPUT };
|
||||||
float _globalMaxDistance{ DEFAULT_MAX_DISTANCE };
|
float _globalMaxDistance{ DEFAULT_MAX_DISTANCE };
|
||||||
int resolution{ DEFAULT_RESOLUTION };
|
int resolution{ DEFAULT_RESOLUTION };
|
||||||
|
@ -132,8 +133,6 @@ private:
|
||||||
float _slope;
|
float _slope;
|
||||||
} _bias[SHADOW_CASCADE_MAX_COUNT];
|
} _bias[SHADOW_CASCADE_MAX_COUNT];
|
||||||
|
|
||||||
const int DEFAULT_RESOLUTION = 1024;
|
|
||||||
|
|
||||||
LightStage::ShadowFrame::Object _globalShadowObject;
|
LightStage::ShadowFrame::Object _globalShadowObject;
|
||||||
LightStage::ShadowFramePointer _shadowFrameCache;
|
LightStage::ShadowFramePointer _shadowFrameCache;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue