From 7fc3d0f34edebde14f630bfea9c608fa3e382142 Mon Sep 17 00:00:00 2001 From: "James B. Pollack" Date: Sat, 5 Dec 2015 16:58:50 -0800 Subject: [PATCH] header --- examples/data_visualization/earthquakes_live.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/examples/data_visualization/earthquakes_live.js b/examples/data_visualization/earthquakes_live.js index eae1333089..3090b00e44 100644 --- a/examples/data_visualization/earthquakes_live.js +++ b/examples/data_visualization/earthquakes_live.js @@ -1,7 +1,13 @@ // earthquakes_live.js +// // exploratory implementation in prep for abstract latlong to earth graphing tool for VR // shows all of the quakes in the past 24 hours reported by the USGS +// // created by james b. pollack @imgntn on 12/5/2015 +// Copyright 2015 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 +// // working notes: maybe try doing markers as boxes,rotated to the sphere normal, and with the height representing some value Script.include('../libraries/promise.js');