mirror of
https://github.com/overte-org/overte.git
synced 2025-04-25 22:36:39 +02:00
Fixed model name string
This commit is contained in:
parent
d1488ebfad
commit
20a42d6fbd
1 changed files with 1 additions and 1 deletions
|
@ -149,7 +149,7 @@ void RenderDeferredTask::build(JobModel& task, const render::Varying& input, ren
|
||||||
|
|
||||||
// Add haze model
|
// Add haze model
|
||||||
////const auto hazeModel = task.addJob<MakeHaze>("HazeModel");
|
////const auto hazeModel = task.addJob<MakeHaze>("HazeModel");
|
||||||
const auto hazeModel = task.addJob<FetchHazeStage>("FetchHazeStage");
|
const auto hazeModel = task.addJob<FetchHazeStage>("HazeModel");
|
||||||
|
|
||||||
// DeferredBuffer is complete, now let's shade it into the LightingBuffer
|
// DeferredBuffer is complete, now let's shade it into the LightingBuffer
|
||||||
const auto deferredLightingInputs = RenderDeferred::Inputs(deferredFrameTransform, deferredFramebuffer, lightingModel,
|
const auto deferredLightingInputs = RenderDeferred::Inputs(deferredFrameTransform, deferredFramebuffer, lightingModel,
|
||||||
|
|
Loading…
Reference in a new issue