Skip to content

Commit 0edaacb

Browse files
committed
Update to latest potree lib.
1 parent 6a8a0bb commit 0edaacb

File tree

228 files changed

+75551
-432287
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

228 files changed

+75551
-432287
lines changed

LICENSE

+2-53
Original file line numberDiff line numberDiff line change
@@ -1,44 +1,11 @@
1-
===============================
2-
== POTREE.ENTWINE.IO WEBSITE ==
3-
===============================
4-
5-
http://potree.entwine.io
6-
7-
Copyright (c) 2016, Connor Manning
8-
All rights reserved.
9-
10-
Redistribution and use in source and binary forms, with or without
11-
modification, are permitted provided that the following conditions are met:
12-
13-
1. Redistributions of source code must retain the above copyright notice, this
14-
list of conditions and the following disclaimer.
15-
2. Redistributions in binary form must reproduce the above copyright notice,
16-
this list of conditions and the following disclaimer in the documentation
17-
and/or other materials provided with the distribution.
18-
19-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
20-
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
21-
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
22-
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
23-
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
24-
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
25-
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
26-
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
27-
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
28-
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
29-
30-
The views and conclusions contained in the software and documentation are those
31-
of the authors and should not be interpreted as representing official policies,
32-
either expressed or implied, of the FreeBSD Project.
33-
34-
1+
352
============
363
== POTREE ==
374
============
385

396
http://potree.org
407

41-
Copyright (c) 2011-2014, Markus Schütz
8+
Copyright (c) 2011-2017, Markus Schütz
429
All rights reserved.
4310

4411
Redistribution and use in source and binary forms, with or without
@@ -75,21 +42,3 @@ http://plas.io/
7542
The MIT License (MIT)
7643

7744
Copyright (c) 2014 Uday Verma, uday.karan@gmail.com
78-
79-
Permission is hereby granted, free of charge, to any person obtaining a copy
80-
of this software and associated documentation files (the "Software"), to deal
81-
in the Software without restriction, including without limitation the rights
82-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
83-
copies of the Software, and to permit persons to whom the Software is
84-
furnished to do so, subject to the following conditions:
85-
86-
The above copyright notice and this permission notice shall be included in
87-
all copies or substantial portions of the Software.
88-
89-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
90-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
91-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
92-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
93-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
94-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
95-
THE SOFTWARE.

build/potree/potree.css

+82-2
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ a:hover, a:visited, a:link, a:active{
201201
margin: auto;
202202
display: table;
203203
padding: 1px 8px;
204-
cursor: pointer;
204+
cursor: pointer;
205205
}
206206

207207
.annotation-expand{
@@ -688,4 +688,84 @@ body{
688688
position: absolute;
689689
height: 100%;
690690
width: 100%;
691-
}
691+
}
692+
693+
694+
695+
696+
.zs_widget{
697+
padding: 2px;
698+
height: 4em;
699+
user-select: none;
700+
}
701+
.zs_core{
702+
overflow: hidden;
703+
position: relative;
704+
height: 100%;
705+
}
706+
.zs_handle{
707+
position: absolute;
708+
top: 0px;
709+
bottom: 0px;
710+
border: 1px solid black;
711+
border-radius: 3px;
712+
background-color: rgb(166, 169, 170);
713+
width: 8px;
714+
user-select: none;
715+
width: 1.2em;
716+
height: 1.2em;
717+
top: calc(50% - 0.6em);
718+
}
719+
.zs_stretch{
720+
position: absolute;
721+
top: 0px;
722+
bottom: 0px;
723+
border: 1px solid black;
724+
border-radius: 3px;
725+
background-color: rgb(166, 169, 170);
726+
width: 8px;
727+
user-select: none;
728+
width: 1.2em;
729+
height: 1.2em;
730+
top: calc(50% - 0.6em);
731+
color: black;
732+
font-weight: bold;
733+
font-size: 1.2em;
734+
font-family: arial;
735+
}
736+
.zs_handle:hover{
737+
background-color: lightgreen;
738+
}
739+
.zs_inside{
740+
position: absolute !important;
741+
width: 100%;
742+
border: 1px solid black;
743+
background-color: white;
744+
top: calc(50% - 0.326em);
745+
height: 0.652em;
746+
cursor: zoom-in;
747+
}
748+
.zs_outside{
749+
position: absolute !important;
750+
width: 100%;
751+
background-color: var(--color-1) !important;
752+
top: calc(50% - 0.326em);
753+
height: 0.652em;
754+
cursor: zoom-in;
755+
}
756+
.zs_visible_range_label{
757+
position: absolute;
758+
bottom: 0px;
759+
pointer-events:none;
760+
}
761+
.zs_visible_range_label_left{
762+
left: 0px;
763+
}
764+
.zs_visible_range_label_right{
765+
right: 0px;
766+
}
767+
.zs_chosen_range_label{
768+
position: absolute;
769+
pointer-events:none;
770+
}
771+

0 commit comments

Comments
 (0)