mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-05-28 21:49:54 +02:00
header
This commit is contained in:
parent
4a5b9bd523
commit
7fc3d0f34e
1 changed files with 6 additions and 0 deletions
|
@ -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');
|
||||
|
|
Loading…
Reference in a new issue