mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-04 00:13:10 +02:00
13 lines
508 B
Text
13 lines
508 B
Text
// Highlight.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 without the fill effect inside the silhouette.
|
|
//
|
|
// Created by Olivier Prat on 08/09/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(0)$>
|