From 9dd913bd6db9bf67ed5ad54079b2a9dad76b0be2 Mon Sep 17 00:00:00 2001 From: ZappoMan Date: Tue, 17 Mar 2015 15:51:08 -0700 Subject: [PATCH] add copyright header to LODWarning.js --- examples/utilities/LODWarning.js | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/examples/utilities/LODWarning.js b/examples/utilities/LODWarning.js index 0c16f0c310..644d98ebf4 100644 --- a/examples/utilities/LODWarning.js +++ b/examples/utilities/LODWarning.js @@ -1,3 +1,15 @@ +// LODWarning.js +// examples +// +// Created by Brad Hefta-Gaub on 3/17/15. +// Copyright 2015 High Fidelity, Inc. +// +// This script will display a warning when the LOD is adjusted to do scene complexity. +// +// Distributed under the Apache License, Version 2.0. +// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html +// + var DISPLAY_WARNING_FOR = 3; // in seconds var DISTANCE_FROM_CAMERA = 2; var SHOW_LOD_UP_MESSAGE = false; // By default we only display the LOD message when reducing LOD