const fix

This commit is contained in:
raveenajain 2019-06-24 17:24:37 -07:00
parent f68bb957ff
commit bb5896c174

View file

@ -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;