mirror of
https://github.com/lubosz/overte.git
synced 2025-08-08 03:08:00 +02:00
Hook up bounding box rendering to Selection Scripting Interface
This commit is contained in:
parent
fdcc149c34
commit
3f0d44990a
1 changed files with 4 additions and 0 deletions
|
@ -210,6 +210,10 @@ void RenderDeferredTask::build(JobModel& task, const render::Varying& input, ren
|
||||||
}
|
}
|
||||||
|
|
||||||
task.addJob<DebugZoneLighting>("DrawZoneStack", deferredFrameTransform);
|
task.addJob<DebugZoneLighting>("DrawZoneStack", deferredFrameTransform);
|
||||||
|
|
||||||
|
// Render.getConfig("RenderMainView.DrawSelectionBounds").enabled = true
|
||||||
|
const auto selectedMetas = task.addJob<SelectItems>("PassTestSelection", metas, "contextOverlayHighlightList");
|
||||||
|
task.addJob<DrawBounds>("DrawSelectionBounds", selectedMetas);
|
||||||
}
|
}
|
||||||
|
|
||||||
// AA job to be revisited
|
// AA job to be revisited
|
||||||
|
|
Loading…
Reference in a new issue