Skip to content

Commit

Permalink
Add website.
Browse files Browse the repository at this point in the history
  • Loading branch information
connormanning committed Jan 18, 2019
1 parent f320387 commit 8ef54f3
Show file tree
Hide file tree
Showing 687 changed files with 691,427 additions and 0 deletions.
24 changes: 24 additions & 0 deletions about.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<title>Entwine & Potree</title>

<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/react/0.14.7/react.min.js"></script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/react/0.14.7/react-dom.min.js"></script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.2.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/babel-core/5.8.23/browser.min.js"></script>

<link rel="stylesheet" type="text/css" href="css/style.css"></link>
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.6/css/bootstrap.min.css"></link>
</head>

<body>
<div id="app"/>
<script type="text/babel" src="js/about.js"></script>
</body>
</html>

1 change: 1 addition & 0 deletions boundaries/0.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions boundaries/1.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions boundaries/10.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions boundaries/11.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions boundaries/12.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions boundaries/13.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions boundaries/14.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions boundaries/15.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions boundaries/16.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions boundaries/17.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions boundaries/18.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions boundaries/2.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions boundaries/3.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions boundaries/4.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions boundaries/5.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions boundaries/6.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions boundaries/7.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions boundaries/8.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions boundaries/9.json

Large diffs are not rendered by default.

44 changes: 44 additions & 0 deletions build/potree/LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@

============
== POTREE ==
============

http://potree.org

Copyright (c) 2011-2017, Markus Schütz
All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:

1. Redistributions of source code must retain the above copyright notice, this
list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

The views and conclusions contained in the software and documentation are those
of the authors and should not be interpreted as representing official policies,
either expressed or implied, of the FreeBSD Project.


=====================
== PLASIO / LASLAZ ==
=====================

http://plas.io/

The MIT License (MIT)

Copyright (c) 2014 Uday Verma, uday.karan@gmail.com
Loading

0 comments on commit 8ef54f3

Please sign in to comment.