overte-HifiExperiments/libraries/render-utils/src/Highlight_filled.slf
2018-08-03 14:58:11 -07:00

13 lines
512 B
Text

// Highlight_filled.frag
// Add highlight effect based on two zbuffers : one containing the total scene z and another
// with the z of only the objects to be outlined.
// This is the version with the fill effect inside the silhouette.
//
// Created by Olivier Prat on 09/07/2017
// Copyright 2017 High Fidelity, Inc.
//
// Distributed under the Apache License, Version 2.0.
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
//
<@include Highlight.slh@>
<$main(1)$>