mirror of
https://github.com/lubosz/overte.git
synced 2025-08-08 04:08:13 +02:00
Put back temporal jitter of SSAO (but without filtering)
This commit is contained in:
parent
9f9fe909b0
commit
abc415c5ad
1 changed files with 1 additions and 1 deletions
|
@ -202,7 +202,7 @@ private:
|
||||||
static gpu::PipelinePointer _buildNormalsPipeline;
|
static gpu::PipelinePointer _buildNormalsPipeline;
|
||||||
|
|
||||||
AmbientOcclusionFramebufferPointer _framebuffer;
|
AmbientOcclusionFramebufferPointer _framebuffer;
|
||||||
std::array<float, 3 * SSAO_SPLIT_COUNT*SSAO_SPLIT_COUNT> _randomSamples;
|
std::array<float, 8 * SSAO_SPLIT_COUNT*SSAO_SPLIT_COUNT> _randomSamples;
|
||||||
int _frameId{ 0 };
|
int _frameId{ 0 };
|
||||||
|
|
||||||
gpu::RangeTimerPointer _gpuTimer;
|
gpu::RangeTimerPointer _gpuTimer;
|
||||||
|
|
Loading…
Reference in a new issue