mars3d-cesium 1.89.1 → 1.89.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/LICENSE.md ADDED
@@ -0,0 +1,1208 @@
1
+ Copyright 2011-2022 CesiumJS Contributors
2
+
3
+ Apache License
4
+ Version 2.0, January 2004
5
+ http://www.apache.org/licenses/
6
+
7
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
8
+
9
+ 1. Definitions.
10
+
11
+ "License" shall mean the terms and conditions for use, reproduction,
12
+ and distribution as defined by Sections 1 through 9 of this document.
13
+
14
+ "Licensor" shall mean the copyright owner or entity authorized by
15
+ the copyright owner that is granting the License.
16
+
17
+ "Legal Entity" shall mean the union of the acting entity and all
18
+ other entities that control, are controlled by, or are under common
19
+ control with that entity. For the purposes of this definition,
20
+ "control" means (i) the power, direct or indirect, to cause the
21
+ direction or management of such entity, whether by contract or
22
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
23
+ outstanding shares, or (iii) beneficial ownership of such entity.
24
+
25
+ "You" (or "Your") shall mean an individual or Legal Entity
26
+ exercising permissions granted by this License.
27
+
28
+ "Source" form shall mean the preferred form for making modifications,
29
+ including but not limited to software source code, documentation
30
+ source, and configuration files.
31
+
32
+ "Object" form shall mean any form resulting from mechanical
33
+ transformation or translation of a Source form, including but
34
+ not limited to compiled object code, generated documentation,
35
+ and conversions to other media types.
36
+
37
+ "Work" shall mean the work of authorship, whether in Source or
38
+ Object form, made available under the License, as indicated by a
39
+ copyright notice that is included in or attached to the work
40
+ (an example is provided in the Appendix below).
41
+
42
+ "Derivative Works" shall mean any work, whether in Source or Object
43
+ form, that is based on (or derived from) the Work and for which the
44
+ editorial revisions, annotations, elaborations, or other modifications
45
+ represent, as a whole, an original work of authorship. For the purposes
46
+ of this License, Derivative Works shall not include works that remain
47
+ separable from, or merely link (or bind by name) to the interfaces of,
48
+ the Work and Derivative Works thereof.
49
+
50
+ "Contribution" shall mean any work of authorship, including
51
+ the original version of the Work and any modifications or additions
52
+ to that Work or Derivative Works thereof, that is intentionally
53
+ submitted to Licensor for inclusion in the Work by the copyright owner
54
+ or by an individual or Legal Entity authorized to submit on behalf of
55
+ the copyright owner. For the purposes of this definition, "submitted"
56
+ means any form of electronic, verbal, or written communication sent
57
+ to the Licensor or its representatives, including but not limited to
58
+ communication on electronic mailing lists, source code control systems,
59
+ and issue tracking systems that are managed by, or on behalf of, the
60
+ Licensor for the purpose of discussing and improving the Work, but
61
+ excluding communication that is conspicuously marked or otherwise
62
+ designated in writing by the copyright owner as "Not a Contribution."
63
+
64
+ "Contributor" shall mean Licensor and any individual or Legal Entity
65
+ on behalf of whom a Contribution has been received by Licensor and
66
+ subsequently incorporated within the Work.
67
+
68
+ 2. Grant of Copyright License. Subject to the terms and conditions of
69
+ this License, each Contributor hereby grants to You a perpetual,
70
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
71
+ copyright license to reproduce, prepare Derivative Works of,
72
+ publicly display, publicly perform, sublicense, and distribute the
73
+ Work and such Derivative Works in Source or Object form.
74
+
75
+ 3. Grant of Patent License. Subject to the terms and conditions of
76
+ this License, each Contributor hereby grants to You a perpetual,
77
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
78
+ (except as stated in this section) patent license to make, have made,
79
+ use, offer to sell, sell, import, and otherwise transfer the Work,
80
+ where such license applies only to those patent claims licensable
81
+ by such Contributor that are necessarily infringed by their
82
+ Contribution(s) alone or by combination of their Contribution(s)
83
+ with the Work to which such Contribution(s) was submitted. If You
84
+ institute patent litigation against any entity (including a
85
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
86
+ or a Contribution incorporated within the Work constitutes direct
87
+ or contributory patent infringement, then any patent licenses
88
+ granted to You under this License for that Work shall terminate
89
+ as of the date such litigation is filed.
90
+
91
+ 4. Redistribution. You may reproduce and distribute copies of the
92
+ Work or Derivative Works thereof in any medium, with or without
93
+ modifications, and in Source or Object form, provided that You
94
+ meet the following conditions:
95
+
96
+ (a) You must give any other recipients of the Work or
97
+ Derivative Works a copy of this License; and
98
+
99
+ (b) You must cause any modified files to carry prominent notices
100
+ stating that You changed the files; and
101
+
102
+ (c) You must retain, in the Source form of any Derivative Works
103
+ that You distribute, all copyright, patent, trademark, and
104
+ attribution notices from the Source form of the Work,
105
+ excluding those notices that do not pertain to any part of
106
+ the Derivative Works; and
107
+
108
+ (d) If the Work includes a "NOTICE" text file as part of its
109
+ distribution, then any Derivative Works that You distribute must
110
+ include a readable copy of the attribution notices contained
111
+ within such NOTICE file, excluding those notices that do not
112
+ pertain to any part of the Derivative Works, in at least one
113
+ of the following places: within a NOTICE text file distributed
114
+ as part of the Derivative Works; within the Source form or
115
+ documentation, if provided along with the Derivative Works; or,
116
+ within a display generated by the Derivative Works, if and
117
+ wherever such third-party notices normally appear. The contents
118
+ of the NOTICE file are for informational purposes only and
119
+ do not modify the License. You may add Your own attribution
120
+ notices within Derivative Works that You distribute, alongside
121
+ or as an addendum to the NOTICE text from the Work, provided
122
+ that such additional attribution notices cannot be construed
123
+ as modifying the License.
124
+
125
+ You may add Your own copyright statement to Your modifications and
126
+ may provide additional or different license terms and conditions
127
+ for use, reproduction, or distribution of Your modifications, or
128
+ for any such Derivative Works as a whole, provided Your use,
129
+ reproduction, and distribution of the Work otherwise complies with
130
+ the conditions stated in this License.
131
+
132
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
133
+ any Contribution intentionally submitted for inclusion in the Work
134
+ by You to the Licensor shall be under the terms and conditions of
135
+ this License, without any additional terms or conditions.
136
+ Notwithstanding the above, nothing herein shall supersede or modify
137
+ the terms of any separate license agreement you may have executed
138
+ with Licensor regarding such Contributions.
139
+
140
+ 6. Trademarks. This License does not grant permission to use the trade
141
+ names, trademarks, service marks, or product names of the Licensor,
142
+ except as required for reasonable and customary use in describing the
143
+ origin of the Work and reproducing the content of the NOTICE file.
144
+
145
+ 7. Disclaimer of Warranty. Unless required by applicable law or
146
+ agreed to in writing, Licensor provides the Work (and each
147
+ Contributor provides its Contributions) on an "AS IS" BASIS,
148
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
149
+ implied, including, without limitation, any warranties or conditions
150
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
151
+ PARTICULAR PURPOSE. You are solely responsible for determining the
152
+ appropriateness of using or redistributing the Work and assume any
153
+ risks associated with Your exercise of permissions under this License.
154
+
155
+ 8. Limitation of Liability. In no event and under no legal theory,
156
+ whether in tort (including negligence), contract, or otherwise,
157
+ unless required by applicable law (such as deliberate and grossly
158
+ negligent acts) or agreed to in writing, shall any Contributor be
159
+ liable to You for damages, including any direct, indirect, special,
160
+ incidental, or consequential damages of any character arising as a
161
+ result of this License or out of the use or inability to use the
162
+ Work (including but not limited to damages for loss of goodwill,
163
+ work stoppage, computer failure or malfunction, or any and all
164
+ other commercial damages or losses), even if such Contributor
165
+ has been advised of the possibility of such damages.
166
+
167
+ 9. Accepting Warranty or Additional Liability. While redistributing
168
+ the Work or Derivative Works thereof, You may choose to offer,
169
+ and charge a fee for, acceptance of support, warranty, indemnity,
170
+ or other liability obligations and/or rights consistent with this
171
+ License. However, in accepting such obligations, You may act only
172
+ on Your own behalf and on Your sole responsibility, not on behalf
173
+ of any other Contributor, and only if You agree to indemnify,
174
+ defend, and hold each Contributor harmless for any liability
175
+ incurred by, or claims asserted against, such Contributor by reason
176
+ of your accepting any such warranty or additional liability.
177
+
178
+ END OF TERMS AND CONDITIONS
179
+
180
+ APPENDIX: How to apply the Apache License to your work.
181
+
182
+ To apply the Apache License to your work, attach the following
183
+ boilerplate notice, with the fields enclosed by brackets "{}"
184
+ replaced with your own identifying information. (Don't include
185
+ the brackets!) The text should be enclosed in the appropriate
186
+ comment syntax for the file format. We also recommend that a
187
+ file or class name and description of purpose be included on the
188
+ same "printed page" as the copyright notice for easier
189
+ identification within third-party archives.
190
+
191
+ Copyright 2011-2020 CesiumJS Contributors
192
+
193
+ Licensed under the Apache License, Version 2.0 (the "License");
194
+ you may not use this file except in compliance with the License.
195
+ You may obtain a copy of the License at
196
+
197
+ http://www.apache.org/licenses/LICENSE-2.0
198
+
199
+ Unless required by applicable law or agreed to in writing, software
200
+ distributed under the License is distributed on an "AS IS" BASIS,
201
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
202
+ See the License for the specific language governing permissions and
203
+ limitations under the License.
204
+
205
+ Patents US9153063B2 US9865085B1 US10592242
206
+
207
+ Patents pending US15/829,786 US16/850,266 US16/851,958
208
+
209
+ # Third-Party Code
210
+
211
+ CesiumJS includes the following third-party code.
212
+
213
+ ### Sean O'Neil
214
+
215
+ http://sponeil.net/
216
+
217
+ > Copyright (c) 2000-2005, Sean O'Neil (s_p_oneil@hotmail.com)
218
+ >
219
+ > All rights reserved.
220
+ >
221
+ > Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
222
+ >
223
+ > - Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
224
+ > - 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.
225
+ > - Neither the name of the project nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
226
+ >
227
+ > 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.
228
+
229
+ ### Grauw Uri utilities
230
+
231
+ http://hg.grauw.nl/grauw-lib
232
+
233
+ > Laurens Holst (http://www.grauw.nl/)
234
+ >
235
+ > Copyright 2012 Laurens Holst
236
+ >
237
+ > Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
238
+ >
239
+ > http://www.apache.org/licenses/LICENSE-2.0
240
+ >
241
+ > Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
242
+
243
+ ### when.js
244
+
245
+ https://github.com/cujojs/when
246
+
247
+ > Open Source Initiative OSI - The MIT License
248
+ >
249
+ > http://www.opensource.org/licenses/mit-license.php
250
+ >
251
+ > Copyright (c) 2011 Brian Cavalier
252
+ >
253
+ > Permission is hereby granted, free of charge, to any person obtaining
254
+ > a copy of this software and associated documentation files (the
255
+ > "Software"), to deal in the Software without restriction, including
256
+ > without limitation the rights to use, copy, modify, merge, publish,
257
+ > distribute, sublicense, and/or sell copies of the Software, and to
258
+ > permit persons to whom the Software is furnished to do so, subject to
259
+ > the following conditions:
260
+ >
261
+ > The above copyright notice and this permission notice shall be
262
+ > included in all copies or substantial portions of the Software.
263
+ >
264
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
265
+ > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
266
+ > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
267
+ > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
268
+ > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
269
+ > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
270
+ > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
271
+
272
+ ### zip.js
273
+
274
+ https://github.com/gildas-lormeau/zip.js
275
+
276
+ > Copyright (c) 2013 Gildas Lormeau. All rights reserved.
277
+ >
278
+ > Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
279
+ >
280
+ > 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
281
+ >
282
+ > 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.
283
+ >
284
+ > 3. The names of the authors may not be used to endorse or promote products derived from this software without specific prior written permission.
285
+ >
286
+ > THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED 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 JCRAFT, INC. OR ANY CONTRIBUTORS TO THIS SOFTWARE 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.
287
+
288
+ ### Autolinker.js
289
+
290
+ https://github.com/gregjacobs/Autolinker.js
291
+
292
+ The MIT License (MIT)
293
+
294
+ > Copyright (c) 2015 Gregory Jacobs (http://greg-jacobs.com)
295
+
296
+ > Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
297
+ >
298
+ > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
299
+ >
300
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
301
+
302
+ ### tween.js
303
+
304
+ https://github.com/sole/tween.js
305
+
306
+ > Copyright (c) 2010-2012 Tween.js authors.
307
+ >
308
+ > Easing equations Copyright (c) 2001 Robert Penner http://robertpenner.com/easing/
309
+ >
310
+ > Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
311
+ >
312
+ > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
313
+ >
314
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
315
+
316
+ ### fontmetrics.js
317
+
318
+ https://github.com/Pomax/fontmetrics.js
319
+
320
+ > Copyright (C) 2011 by Mike "Pomax" Kamermans
321
+ >
322
+ > Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
323
+ >
324
+ > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
325
+ >
326
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
327
+
328
+ ### almond
329
+
330
+ https://github.com/jrburke/almond
331
+
332
+ > Copyright (c) 2010-2011, The Dojo Foundation
333
+ >
334
+ > Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
335
+ >
336
+ > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
337
+ >
338
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
339
+
340
+ ### RequireJS
341
+
342
+ https://github.com/jrburke/requirejs
343
+
344
+ > Copyright (c) 2010-2015, The Dojo Foundation
345
+ >
346
+ > Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
347
+ >
348
+ > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
349
+ >
350
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
351
+
352
+ ### Knockout
353
+
354
+ http://knockoutjs.com/
355
+
356
+ > (c) The Knockout.js team - http://knockoutjs.com/
357
+ > License: MIT (http://www.opensource.org/licenses/mit-license.php)
358
+ >
359
+ > Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
360
+ >
361
+ > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
362
+ >
363
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
364
+
365
+ ### Knockout ES5 plugin
366
+
367
+ https://github.com/SteveSanderson/knockout-es5
368
+
369
+ > Copyright (c) Steve Sanderson
370
+ > MIT license
371
+ >
372
+ > Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
373
+ >
374
+ > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
375
+ >
376
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
377
+
378
+ ### topojson-client
379
+
380
+ https://github.com/topojson/topojson-client
381
+
382
+ > Copyright 2012-2019 Michael Bostock
383
+ >
384
+ > Permission to use, copy, modify, and/or distribute this software for any purpose
385
+ > with or without fee is hereby granted, provided that the above copyright notice
386
+ > and this permission notice appear in all copies.
387
+ >
388
+ > THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
389
+ > REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
390
+ > FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
391
+ > INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
392
+ > OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
393
+ > TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
394
+ > THIS SOFTWARE.
395
+
396
+ ### mersenne-twister.js
397
+
398
+ https://gist.github.com/banksean/300494
399
+
400
+ > Copyright (C) 1997 - 2002, Makoto Matsumoto and Takuji Nishimura,
401
+ > All rights reserved.
402
+ >
403
+ > Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
404
+ >
405
+ > 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
406
+ >
407
+ > 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.
408
+ >
409
+ > 3. The names of its contributors may not be used to endorse or promote products derived from this software without specific prior written permission.
410
+ >
411
+ > 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.
412
+
413
+ ### NVIDIA GameWorks Graphics Samples
414
+
415
+ https://github.com/NVIDIAGameWorks/GraphicsSamples
416
+
417
+ > Copyright 2016 NVIDIA Corporation
418
+ >
419
+ > BY DOWNLOADING THE SOFTWARE AND OTHER AVAILABLE MATERIALS, YOU ("DEVELOPER") AGREE TO BE BOUND BY THE FOLLOWING TERMS AND CONDITIONS
420
+ >
421
+ > The materials available for download to Developers may include software in both sample source ("Source Code") and object code ("Object Code") versions, documentation ("Documentation"), certain art work ("Art Assets") and other materials (collectively, these materials referred to herein as "Materials"). Except as expressly indicated herein, all terms and conditions of this Agreement apply to all of the Materials.
422
+ >
423
+ > Except as expressly set forth herein, NVIDIA owns all of the Materials and makes them available to Developer only under the terms and conditions set forth in this Agreement.
424
+ >
425
+ > License: Subject to the terms of this Agreement, NVIDIA hereby grants to Developer a royalty-free, non-exclusive license to possess and to use the Materials. The following terms apply to the specified type of Material:
426
+ >
427
+ > Source Code: Developer shall have the right to modify and create derivative works with the Source Code. Developer shall own any derivative works ("Derivatives") it creates to the Source Code, provided that Developer uses the Materials in accordance with the terms of this Agreement. Developer may distribute the Derivatives, provided that all NVIDIA copyright notices and trademarks are used properly and the Derivatives include the following statement: "This software contains source code provided by NVIDIA Corporation."
428
+ >
429
+ > Object Code: Developer agrees not to disassemble, decompile or reverse engineer the Object Code versions of any of the Materials. Developer acknowledges that certain of the Materials provided in Object Code version may contain third party components that may be subject to restrictions, and expressly agrees not to attempt to modify or distribute such Materials without first receiving consent from NVIDIA.
430
+ >
431
+ > Art Assets: Developer shall have the right to modify and create Derivatives of the Art Assets, but may not distribute any of the Art Assets or Derivatives created therefrom without NVIDIA's prior written consent.
432
+ >
433
+ > Government End Users: If you are acquiring the Software on behalf of any unit or agency of the United States Government, the following provisions apply. The Government agrees the Software and documentation were developed at private expense and are provided with "RESTRICTED RIGHTS". Use, duplication, or disclosure by the Government is subject to restrictions as set forth in DFARS 227.7202-1(a) and 227.7202-3(a) (1995), DFARS 252.227-7013(c)(1)(ii) (Oct 1988), FAR 12.212(a)(1995), FAR 52.227-19, (June 1987) or FAR 52.227-14(ALT III) (June 1987),as amended from time to time. In the event that this License, or any part thereof, is deemed inconsistent with the minimum rights identified in the Restricted Rights provisions, the minimum rights shall prevail.
434
+ > No Other License. No rights or licenses are granted by NVIDIA under this License, expressly or by implication, with respect to any proprietary information or patent, copyright, trade secret or other intellectual property right owned or controlled by NVIDIA, except as expressly provided in this License.
435
+ > Term: This License is effective until terminated. NVIDIA may terminate this Agreement (and with it, all of Developer's right to the Materials) immediately upon written notice (which may include email) to Developer, with or without cause.
436
+ >
437
+ > Support: NVIDIA has no obligation to support or to continue providing or updating any of the Materials.
438
+ >
439
+ > No Warranty: THE SOFTWARE AND ANY OTHER MATERIALS PROVIDED BY NVIDIA TO DEVELOPER HEREUNDER ARE PROVIDED "AS IS." NVIDIA DISCLAIMS ALL WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF TITLE, MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
440
+ >
441
+ > LIMITATION OF LIABILITY: NVIDIA SHALL NOT BE LIABLE TO DEVELOPER, DEVELOPER'S CUSTOMERS, OR ANY OTHER PERSON OR ENTITY CLAIMING THROUGH OR UNDER DEVELOPER FOR ANY LOSS OF PROFITS, INCOME, SAVINGS, OR ANY OTHER CONSEQUENTIAL, INCIDENTAL, SPECIAL, PUNITIVE, DIRECT OR INDIRECT DAMAGES (WHETHER IN AN ACTION IN CONTRACT, TORT OR BASED ON A WARRANTY), EVEN IF NVIDIA HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. THESE LIMITATIONS SHALL APPLY NOTWITHSTANDING ANY FAILURE OF THE ESSENTIAL PURPOSE OF ANY LIMITED REMEDY. IN NO EVENT SHALL NVIDIA'S AGGREGATE LIABILITY TO DEVELOPER OR ANY OTHER PERSON OR ENTITY CLAIMING THROUGH OR UNDER DEVELOPER EXCEED THE AMOUNT OF MONEY ACTUALLY PAID BY DEVELOPER TO NVIDIA FOR THE SOFTWARE OR ANY OTHER MATERIALS.
442
+
443
+ ### NoSleep.js
444
+
445
+ https://github.com/richtr/NoSleep.js
446
+
447
+ > NoSleep.js v0.5.0 - git.io/vfn01
448
+ > Rich Tibbett
449
+ > MIT license
450
+
451
+ ### jsep
452
+
453
+ https://github.com/EricSmekens/jsep
454
+
455
+ > Copyright (c) 2013 Stephen Oney, https://ericsmekens.github.io/jsep/
456
+ >
457
+ > Permission is hereby granted, free of charge, to any person obtaining
458
+ > a copy of this software and associated documentation files (the
459
+ > "Software"), to deal in the Software without restriction, including
460
+ > without limitation the rights to use, copy, modify, merge, publish,
461
+ > distribute, sublicense, and/or sell copies of the Software, and to
462
+ > permit persons to whom the Software is furnished to do so, subject to
463
+ > the following conditions:
464
+ >
465
+ > The above copyright notice and this permission notice shall be
466
+ > included in all copies or substantial portions of the Software.
467
+ >
468
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
469
+ > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
470
+ > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
471
+ > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
472
+ > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
473
+ > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
474
+ > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
475
+
476
+ ### earcut
477
+
478
+ https://github.com/mapbox/earcut
479
+
480
+ > Copyright (c) 2016, Mapbox
481
+ >
482
+ > Permission to use, copy, modify, and/or distribute this software for any purpose
483
+ > with or without fee is hereby granted, provided that the above copyright notice
484
+ > and this permission notice appear in all copies.
485
+ >
486
+ > THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
487
+ > REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
488
+ > FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
489
+ > INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
490
+ > OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
491
+ > TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
492
+ > THIS SOFTWARE.
493
+
494
+ ### kdbush
495
+
496
+ https://github.com/mourner/kdbush
497
+
498
+ > Copyright (c) 2016, Vladimir Agafonkin
499
+ >
500
+ > Permission to use, copy, modify, and/or distribute this software for any purpose
501
+ > with or without fee is hereby granted, provided that the above copyright notice
502
+ > and this permission notice appear in all copies.
503
+ >
504
+ > THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
505
+ > REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
506
+ > FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
507
+ > INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
508
+ > OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
509
+ > TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
510
+ > THIS SOFTWARE.
511
+
512
+ ### rbush
513
+
514
+ https://github.com/mourner/rbush
515
+
516
+ > MIT License
517
+
518
+ > Copyright (c) 2016 Vladimir Agafonkin
519
+
520
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
521
+ > of this software and associated documentation files (the "Software"), to deal
522
+ > in the Software without restriction, including without limitation the rights
523
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
524
+ > copies of the Software, and to permit persons to whom the Software is
525
+ > furnished to do so, subject to the following conditions:
526
+ >
527
+ > The above copyright notice and this permission notice shall be included in
528
+ > all copies or substantial portions of the Software.
529
+ >
530
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
531
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
532
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
533
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
534
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
535
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
536
+ > THE SOFTWARE.
537
+
538
+ ### quickselect
539
+
540
+ https://github.com/mourner/quickselect
541
+
542
+ > ISC License
543
+
544
+ > Copyright (c) 2018, Vladimir Agafonkin
545
+
546
+ > Permission to use, copy, modify, and/or distribute this software for any purpose
547
+ > with or without fee is hereby granted, provided that the above copyright notice
548
+ > and this permission notice appear in all copies.
549
+ >
550
+ > THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
551
+ > REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
552
+ > FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
553
+ > INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
554
+ > OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
555
+ > TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
556
+ > THIS SOFTWARE.
557
+
558
+ ### basis_universal
559
+
560
+ https://github.com/BinomialLLC/basis_universal
561
+
562
+ > Licensed under the Apache License, Version 2.0 (the "License"); you may not
563
+ > use this file except in compliance with the License. You may obtain a copy of
564
+ > the License at
565
+ >
566
+ > <http://www.apache.org/licenses/LICENSE-2.0>
567
+ >
568
+ > Unless required by applicable law or agreed to in writing, software
569
+ > distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
570
+ > WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
571
+ > License for the specific language governing permissions and limitations under
572
+ > the License.
573
+
574
+ ### KTX-Parse
575
+
576
+ https://github.com/donmccurdy/KTX-Parse/
577
+
578
+ > (The MIT License)
579
+ >
580
+ > Copyright (c) 2020 Don McCurdy
581
+ >
582
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
583
+ > of this software and associated documentation files (the "Software"), to deal
584
+ > in the Software without restriction, including without limitation the rights
585
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
586
+ > copies of the Software, and to permit persons to whom the Software is
587
+ > furnished to do so, subject to the following conditions:
588
+ >
589
+ > The above copyright notice and this permission notice shall be included in
590
+ > all copies or substantial portions of the Software.
591
+ >
592
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
593
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
594
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
595
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
596
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
597
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
598
+ > THE SOFTWARE.
599
+
600
+ ### meshoptimizer
601
+
602
+ https://github.com/zeux/meshoptimizer/blob/master/LICENSE.md
603
+
604
+ > MIT License
605
+ >
606
+ > Copyright (c) 2016-2021 Arseny Kapoulkine
607
+ >
608
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
609
+ > of this software and associated documentation files (the "Software"), to deal
610
+ > in the Software without restriction, including without limitation the rights
611
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
612
+ > copies of the Software, and to permit persons to whom the Software is
613
+ > furnished to do so, subject to the following conditions:
614
+ >
615
+ > The above copyright notice and this permission notice shall be included in all
616
+ > copies or substantial portions of the Software.
617
+ >
618
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
619
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
620
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
621
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
622
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
623
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
624
+ > SOFTWARE.
625
+
626
+ ### texture-tester
627
+
628
+ https://github.com/toji/texture-tester
629
+
630
+ > Copyright (c) 2014, Brandon Jones. All rights reserved.
631
+ >
632
+ > Redistribution and use in source and binary forms, with or without modification,
633
+ > are permitted provided that the following conditions are met:
634
+ >
635
+ > - Redistributions of source code must retain the above copyright notice, this
636
+ > list of conditions and the following disclaimer.
637
+ > - Redistributions in binary form must reproduce the above copyright notice,
638
+ > this list of conditions and the following disclaimer in the documentation
639
+ > and/or other materials provided with the distribution.
640
+ >
641
+ > THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
642
+ > ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
643
+ > WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
644
+ > DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
645
+ > ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
646
+ > (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
647
+ > LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
648
+ > ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
649
+ > (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
650
+ > SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
651
+
652
+ ### pako
653
+
654
+ https://github.com/nodeca/pako
655
+
656
+ > (The MIT License)
657
+ >
658
+ > Copyright (C) 2014-2017 by Vitaly Puzrin and Andrei Tuputcyn
659
+ >
660
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
661
+ > of this software and associated documentation files (the "Software"), to deal
662
+ > in the Software without restriction, including without limitation the rights
663
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
664
+ > copies of the Software, and to permit persons to whom the Software is
665
+ > furnished to do so, subject to the following conditions:
666
+ >
667
+ > The above copyright notice and this permission notice shall be included in
668
+ > all copies or substantial portions of the Software.
669
+ >
670
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
671
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
672
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
673
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
674
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
675
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
676
+ > THE SOFTWARE.
677
+
678
+ ### protobuf
679
+
680
+ https://github.com/dcodeIO/ProtoBuf.js
681
+
682
+ > Copyright (c) 2016, Daniel Wirtz All rights reserved.
683
+ >
684
+ > Redistribution and use in source and binary forms, with or without
685
+ > modification, are permitted provided that the following conditions are
686
+ > met:
687
+ >
688
+ > - Redistributions of source code must retain the above copyright
689
+ > notice, this list of conditions and the following disclaimer.
690
+ > - Redistributions in binary form must reproduce the above copyright
691
+ > notice, this list of conditions and the following disclaimer in the
692
+ > documentation and/or other materials provided with the distribution.
693
+ > - Neither the name of its author, nor the names of its contributors
694
+ > may be used to endorse or promote products derived from this software
695
+ > without specific prior written permission.
696
+ >
697
+ > THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
698
+ > "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
699
+ > LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
700
+ > A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
701
+ > OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
702
+ > SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
703
+ > LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
704
+ > DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
705
+ > THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
706
+ > (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
707
+ > OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
708
+
709
+ ### gltf-WebGL-PBR
710
+
711
+ https://github.com/KhronosGroup/glTF-WebGL-PBR
712
+
713
+ > The MIT License
714
+ >
715
+ > Copyright (c) 2016-2017 Mohamad Moneimne and Contributors
716
+ >
717
+ > Permission is hereby granted, free of charge, to any person obtaining
718
+ > a copy of this software and associated documentation files (the "Software"),
719
+ > to deal in the Software without restriction, including without limitation the
720
+ > rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
721
+ > sell copies of the Software, and to permit persons to whom the Software is
722
+ > furnished to do so, subject to the following conditions:
723
+ >
724
+ > The above copyright notice and this permission notice shall be included in
725
+ > all copies or substantial portions of the Software.
726
+ >
727
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
728
+ > INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
729
+ > PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
730
+ > HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
731
+ > CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE
732
+ > OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
733
+
734
+ ### ShaderFastLibs
735
+
736
+ https://github.com/michaldrobot/ShaderFastLibs
737
+
738
+ > The MIT License (MIT)
739
+ >
740
+ > Copyright (c) 2014 Michal Drobot
741
+ >
742
+ > Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
743
+
744
+ > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
745
+
746
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
747
+
748
+ ### Draco
749
+
750
+ https://github.com/google/draco
751
+
752
+ > Licensed under the Apache License, Version 2.0 (the "License"); you may not
753
+ > use this file except in compliance with the License. You may obtain a copy of
754
+ > the License at
755
+ >
756
+ > <http://www.apache.org/licenses/LICENSE-2.0>
757
+ >
758
+ > Unless required by applicable law or agreed to in writing, software
759
+ > distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
760
+ > WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
761
+ > License for the specific language governing permissions and limitations under
762
+ > the License.
763
+
764
+ ### DOMPurify
765
+
766
+ https://github.com/cure53/DOMPurify
767
+
768
+ > DOMPurify
769
+ > Copyright 2015 Mario Heiderich
770
+ >
771
+ > DOMPurify is free software; you can redistribute it and/or modify it under the
772
+ > terms of either:
773
+ >
774
+ > a) the Apache License Version 2.0, or
775
+ > b) the Mozilla Public License Version 2.0
776
+ >
777
+ > Licensed under the Apache License, Version 2.0 (the "License");
778
+ > you may not use this file except in compliance with the License.
779
+ > You may obtain a copy of the License at
780
+ >
781
+ > http://www.apache.org/licenses/LICENSE-2.0
782
+ >
783
+ > Unless required by applicable law or agreed to in writing, software
784
+ > distributed under the License is distributed on an "AS IS" BASIS,
785
+ > WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
786
+ > See the License for the specific language governing permissions and
787
+ > limitations under the License.
788
+
789
+ ### LERC
790
+
791
+ http://github.com/Esri/lerc/
792
+
793
+ > Copyright 2015 Esri
794
+ >
795
+ > Licensed under the Apache License, Version 2.0 (the "License");
796
+ > you may not use this file except in compliance with the License.
797
+ > You may obtain a copy of the License at
798
+ >
799
+ > http://www.apache.org/licenses/LICENSE-2.0
800
+ >
801
+ > Unless required by applicable law or agreed to in writing, software
802
+ > distributed under the License is distributed on an "AS IS" BASIS,
803
+ > WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
804
+ > See the License for the specific language governing permissions and
805
+ > limitations under the License.
806
+ >
807
+ > A copy of the license and additional notices are located with the
808
+ > source distribution at:
809
+ >
810
+ > http://github.com/Esri/lerc/
811
+
812
+ ### GraphemeSplitter
813
+
814
+ https://github.com/orling/grapheme-splitter
815
+
816
+ > The MIT License (MIT)
817
+ >
818
+ > Copyright (c) 2015 Orlin Georgiev
819
+ >
820
+ > Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
821
+ >
822
+ > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
823
+ >
824
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
825
+
826
+ ### bitmap-sdf
827
+
828
+ https://github.com/dy/bitmap-sdf
829
+
830
+ > (c) 2017 Dima Yv. MIT License
831
+ >
832
+ > Development supported by plot.ly.
833
+
834
+ ### s2geometry
835
+
836
+ https://github.com/google/s2geometry/blob/master/LICENSE
837
+
838
+ > Apache License
839
+ > Version 2.0, January 2004
840
+ > http://www.apache.org/licenses/
841
+ >
842
+ > TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
843
+ >
844
+ > 1. Definitions.
845
+ >
846
+ > "License" shall mean the terms and conditions for use, reproduction,
847
+ > and distribution as defined by Sections 1 through 9 of this document.
848
+ >
849
+ > "Licensor" shall mean the copyright owner or entity authorized by
850
+ > the copyright owner that is granting the License.
851
+ >
852
+ > "Legal Entity" shall mean the union of the acting entity and all
853
+ > other entities that control, are controlled by, or are under common
854
+ > control with that entity. For the purposes of this definition,
855
+ > "control" means (i) the power, direct or indirect, to cause the
856
+ > direction or management of such entity, whether by contract or
857
+ > otherwise, or (ii) ownership of fifty percent (50%) or more of the
858
+ > outstanding shares, or (iii) beneficial ownership of such entity.
859
+ >
860
+ > "You" (or "Your") shall mean an individual or Legal Entity
861
+ > exercising permissions granted by this License.
862
+ >
863
+ > "Source" form shall mean the preferred form for making modifications,
864
+ > including but not limited to software source code, documentation
865
+ > source, and configuration files.
866
+ >
867
+ > "Object" form shall mean any form resulting from mechanical
868
+ > transformation or translation of a Source form, including but
869
+ > not limited to compiled object code, generated documentation,
870
+ > and conversions to other media types.
871
+ >
872
+ > "Work" shall mean the work of authorship, whether in Source or
873
+ > Object form, made available under the License, as indicated by a
874
+ > copyright notice that is included in or attached to the work
875
+ > (an example is provided in the Appendix below).
876
+ >
877
+ > "Derivative Works" shall mean any work, whether in Source or Object
878
+ > form, that is based on (or derived from) the Work and for which the
879
+ > editorial revisions, annotations, elaborations, or other modifications
880
+ > represent, as a whole, an original work of authorship. For the purposes
881
+ > of this License, Derivative Works shall not include works that remain
882
+ > separable from, or merely link (or bind by name) to the interfaces of,
883
+ > the Work and Derivative Works thereof.
884
+ >
885
+ > "Contribution" shall mean any work of authorship, including
886
+ > the original version of the Work and any modifications or additions
887
+ > to that Work or Derivative Works thereof, that is intentionally
888
+ > submitted to Licensor for inclusion in the Work by the copyright owner
889
+ > or by an individual or Legal Entity authorized to submit on behalf of
890
+ > the copyright owner. For the purposes of this definition, "submitted"
891
+ > means any form of electronic, verbal, or written communication sent
892
+ > to the Licensor or its representatives, including but not limited to
893
+ > communication on electronic mailing lists, source code control systems,
894
+ > and issue tracking systems that are managed by, or on behalf of, the
895
+ > Licensor for the purpose of discussing and improving the Work, but
896
+ > excluding communication that is conspicuously marked or otherwise
897
+ > designated in writing by the copyright owner as "Not a Contribution."
898
+ >
899
+ > "Contributor" shall mean Licensor and any individual or Legal Entity
900
+ > on behalf of whom a Contribution has been received by Licensor and
901
+ > subsequently incorporated within the Work.
902
+ >
903
+ > 2. Grant of Copyright License. Subject to the terms and conditions of
904
+ > this License, each Contributor hereby grants to You a perpetual,
905
+ > worldwide, non-exclusive, no-charge, royalty-free, irrevocable
906
+ > copyright license to reproduce, prepare Derivative Works of,
907
+ > publicly display, publicly perform, sublicense, and distribute the
908
+ > Work and such Derivative Works in Source or Object form.
909
+ >
910
+ > 3. Grant of Patent License. Subject to the terms and conditions of
911
+ > this License, each Contributor hereby grants to You a perpetual,
912
+ > worldwide, non-exclusive, no-charge, royalty-free, irrevocable
913
+ > (except as stated in this section) patent license to make, have made,
914
+ > use, offer to sell, sell, import, and otherwise transfer the Work,
915
+ > where such license applies only to those patent claims licensable
916
+ > by such Contributor that are necessarily infringed by their
917
+ > Contribution(s) alone or by combination of their Contribution(s)
918
+ > with the Work to which such Contribution(s) was submitted. If You
919
+ > institute patent litigation against any entity (including a
920
+ > cross-claim or counterclaim in a lawsuit) alleging that the Work
921
+ > or a Contribution incorporated within the Work constitutes direct
922
+ > or contributory patent infringement, then any patent licenses
923
+ > granted to You under this License for that Work shall terminate
924
+ > as of the date such litigation is filed.
925
+ >
926
+ > 4. Redistribution. You may reproduce and distribute copies of the
927
+ > Work or Derivative Works thereof in any medium, with or without
928
+ > modifications, and in Source or Object form, provided that You
929
+ > meet the following conditions:
930
+ >
931
+ > (a) You must give any other recipients of the Work or
932
+ > Derivative Works a copy of this License; and
933
+ >
934
+ > (b) You must cause any modified files to carry prominent notices
935
+ > stating that You changed the files; and
936
+ >
937
+ > (c) You must retain, in the Source form of any Derivative Works
938
+ > that You distribute, all copyright, patent, trademark, and
939
+ > attribution notices from the Source form of the Work,
940
+ > excluding those notices that do not pertain to any part of
941
+ > the Derivative Works; and
942
+ >
943
+ > (d) If the Work includes a "NOTICE" text file as part of its
944
+ > distribution, then any Derivative Works that You distribute must
945
+ > include a readable copy of the attribution notices contained
946
+ > within such NOTICE file, excluding those notices that do not
947
+ > pertain to any part of the Derivative Works, in at least one
948
+ > of the following places: within a NOTICE text file distributed
949
+ > as part of the Derivative Works; within the Source form or
950
+ > documentation, if provided along with the Derivative Works; or,
951
+ > within a display generated by the Derivative Works, if and
952
+ > wherever such third-party notices normally appear. The contents
953
+ > of the NOTICE file are for informational purposes only and
954
+ > do not modify the License. You may add Your own attribution
955
+ > notices within Derivative Works that You distribute, alongside
956
+ > or as an addendum to the NOTICE text from the Work, provided
957
+ > that such additional attribution notices cannot be construed
958
+ > as modifying the License.
959
+ >
960
+ > You may add Your own copyright statement to Your modifications and
961
+ > may provide additional or different license terms and conditions
962
+ > for use, reproduction, or distribution of Your modifications, or
963
+ > for any such Derivative Works as a whole, provided Your use,
964
+ > reproduction, and distribution of the Work otherwise complies with
965
+ > the conditions stated in this License.
966
+ >
967
+ > 5. Submission of Contributions. Unless You explicitly state otherwise,
968
+ > any Contribution intentionally submitted for inclusion in the Work
969
+ > by You to the Licensor shall be under the terms and conditions of
970
+ > this License, without any additional terms or conditions.
971
+ > Notwithstanding the above, nothing herein shall supersede or modify
972
+ > the terms of any separate license agreement you may have executed
973
+ > with Licensor regarding such Contributions.
974
+ >
975
+ > 6. Trademarks. This License does not grant permission to use the trade
976
+ > names, trademarks, service marks, or product names of the Licensor,
977
+ > except as required for reasonable and customary use in describing the
978
+ > origin of the Work and reproducing the content of the NOTICE file.
979
+ >
980
+ > 7. Disclaimer of Warranty. Unless required by applicable law or
981
+ > agreed to in writing, Licensor provides the Work (and each
982
+ > Contributor provides its Contributions) on an "AS IS" BASIS,
983
+ > WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
984
+ > implied, including, without limitation, any warranties or conditions
985
+ > of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
986
+ > PARTICULAR PURPOSE. You are solely responsible for determining the
987
+ > appropriateness of using or redistributing the Work and assume any
988
+ > risks associated with Your exercise of permissions under this License.
989
+ >
990
+ > 8. Limitation of Liability. In no event and under no legal theory,
991
+ > whether in tort (including negligence), contract, or otherwise,
992
+ > unless required by applicable law (such as deliberate and grossly
993
+ > negligent acts) or agreed to in writing, shall any Contributor be
994
+ > liable to You for damages, including any direct, indirect, special,
995
+ > incidental, or consequential damages of any character arising as a
996
+ > result of this License or out of the use or inability to use the
997
+ > Work (including but not limited to damages for loss of goodwill,
998
+ > work stoppage, computer failure or malfunction, or any and all
999
+ > other commercial damages or losses), even if such Contributor
1000
+ > has been advised of the possibility of such damages.
1001
+ >
1002
+ > 9. Accepting Warranty or Additional Liability. While redistributing
1003
+ > the Work or Derivative Works thereof, You may choose to offer,
1004
+ > and charge a fee for, acceptance of support, warranty, indemnity,
1005
+ > or other liability obligations and/or rights consistent with this
1006
+ > License. However, in accepting such obligations, You may act only
1007
+ > on Your own behalf and on Your sole responsibility, not on behalf
1008
+ > of any other Contributor, and only if You agree to indemnify,
1009
+ > defend, and hold each Contributor harmless for any liability
1010
+ > incurred by, or claims asserted against, such Contributor by reason
1011
+ > of your accepting any such warranty or additional liability.
1012
+ >
1013
+ > END OF TERMS AND CONDITIONS
1014
+ >
1015
+ > APPENDIX: How to apply the Apache License to your work.
1016
+ >
1017
+ > To apply the Apache License to your work, attach the following
1018
+ > boilerplate notice, with the fields enclosed by brackets "[]"
1019
+ > replaced with your own identifying information. (Don't include
1020
+ > the brackets!) The text should be enclosed in the appropriate
1021
+ > comment syntax for the file format. We also recommend that a
1022
+ > file or class name and description of purpose be included on the
1023
+ > same "printed page" as the copyright notice for easier
1024
+ > identification within third-party archives.
1025
+ >
1026
+ > Copyright [yyyy] [name of copyright owner]
1027
+ >
1028
+ > Licensed under the Apache License, Version 2.0 (the "License");
1029
+ > you may not use this file except in compliance with the License.
1030
+ > You may obtain a copy of the License at
1031
+ >
1032
+ > http://www.apache.org/licenses/LICENSE-2.0
1033
+ >
1034
+ > Unless required by applicable law or agreed to in writing, software
1035
+ > distributed under the License is distributed on an "AS IS" BASIS,
1036
+ > WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1037
+ > See the License for the specific language governing permissions and
1038
+ > limitations under the License.
1039
+
1040
+ # Tests
1041
+
1042
+ The CesiumJS tests use the following third-party libraries and data.
1043
+
1044
+ ### Jasmine
1045
+
1046
+ http://jasmine.github.io/
1047
+
1048
+ Copyright (c) 2008-2014 Pivotal Labs
1049
+
1050
+ > Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
1051
+ >
1052
+ > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1053
+ >
1054
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1055
+
1056
+ # CesiumJS Documentation
1057
+
1058
+ The CesiumJS documentation files include the following third-party content.
1059
+
1060
+ ### Source Sans Pro (Font)
1061
+
1062
+ Source® Sans Pro, Adobe's first open source typeface family, was designed by Paul D. Hunt. It is a sans serif typeface intended to work well in user interfaces.
1063
+
1064
+ [SIL Open Font License, 1.1](http://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&id=OFL) ([text](http://scripts.sil.org/cms/scripts/render_download.php?format=file&media_id=OFL_plaintext&filename=OFL.txt))
1065
+
1066
+ # Example Applications
1067
+
1068
+ The CesiumJS example applications include the following third-party libraries and data.
1069
+
1070
+ ### Dojo Toolkit
1071
+
1072
+ http://dojotoolkit.org/
1073
+
1074
+ > Copyright (c) 2005-2015, The Dojo Foundation
1075
+ >
1076
+ > All rights reserved.
1077
+ >
1078
+ > Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
1079
+ >
1080
+ > - Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
1081
+ > - 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.
1082
+ > - Neither the name of the Dojo Foundation nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
1083
+ >
1084
+ > 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.
1085
+
1086
+ ### CodeMirror
1087
+
1088
+ http://codemirror.net/
1089
+
1090
+ > Copyright (C) 2017 by Marijn Haverbeke <marijnh@gmail.com> and others
1091
+ >
1092
+ > Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
1093
+ >
1094
+ > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1095
+ >
1096
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1097
+ >
1098
+ > Please note that some subdirectories of the CodeMirror distribution include their own LICENSE files, and are released under different licences.
1099
+
1100
+ ### clipboard.js
1101
+
1102
+ https://clipboardjs.com/
1103
+
1104
+ > The MIT License (MIT)
1105
+ > Copyright © 2018 Zeno Rocha <hi@zenorocha.com>
1106
+ >
1107
+ > Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
1108
+ >
1109
+ > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1110
+ >
1111
+ > THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1112
+
1113
+ ### JSHint
1114
+
1115
+ http://www.jshint.com/
1116
+
1117
+ > JSHint, by JSHint Community.
1118
+ >
1119
+ > Licensed under the same slightly modified MIT license that JSLint is. It stops evil-doers everywhere.
1120
+ >
1121
+ > JSHint is a derivative work of JSLint:
1122
+ >
1123
+ > Copyright (c) 2002 Douglas Crockford (www.JSLint.com)
1124
+ >
1125
+ > Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
1126
+ >
1127
+ > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1128
+ >
1129
+ > The Software shall be used for Good, not Evil.
1130
+ >
1131
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. JSHint was forked from the 2010-12-16 edition of JSLint.
1132
+
1133
+ ### Public domain data from Natural Earth
1134
+
1135
+ Free vector and raster map data @ naturalearthdata.com
1136
+
1137
+ Terms of use: http://www.naturalearthdata.com/about/terms-of-use/
1138
+
1139
+ ### Data from JHT's Planetary Pixel Emporium
1140
+
1141
+ Copyright (c) by James Hastings-Trew
1142
+
1143
+ http://planetpixelemporium.com/
1144
+
1145
+ Copyright Information: http://planetpixelemporium.com/planets.html
1146
+
1147
+ ### Sky box images from NASA
1148
+
1149
+ http://maps.jpl.nasa.gov/stars.html
1150
+
1151
+ http://svs.gsfc.nasa.gov/vis/a000000/a003500/a003572/
1152
+
1153
+ Terms of use: http://www.nasa.gov/audience/formedia/features/MP_Photo_Guidelines.html
1154
+
1155
+ ### Some vector icons from (or inspired by) Raphaël JS
1156
+
1157
+ http://raphaeljs.com/icons/
1158
+
1159
+ http://raphaeljs.com/license.html
1160
+
1161
+ ### Mouse and gesture vector icons made by Freepik from Flaticon.com
1162
+
1163
+ Creative Commons Attribution 3.0
1164
+ https://web.archive.org/web/20140419110558/http://www.flaticon.com/terms-of-use
1165
+
1166
+ ### Maki icon set from Mapbox
1167
+
1168
+ https://www.mapbox.com/maki/
1169
+
1170
+ https://github.com/mapbox/maki
1171
+
1172
+ ### Big Buck Bunny trailer
1173
+
1174
+ Creative Commons Attribution 3.0
1175
+ (c) copyright 2008, Blender Foundation
1176
+ www.bigbuckbunny.org
1177
+
1178
+ ### population909500.json
1179
+
1180
+ https://github.com/dataarts/webgl-globe
1181
+
1182
+ > Copyright 2011 Google Data Arts Team
1183
+ >
1184
+ > Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
1185
+ >
1186
+ > http://www.apache.org/licenses/LICENSE-2.0
1187
+ >
1188
+ > Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
1189
+
1190
+ ### Wooden Watch Tower
1191
+
1192
+ Creative Commons Attribution 3.0
1193
+ (c) copyright 2012, Dennis Haupt
1194
+ http://www.blendswap.com/blends/view/61653
1195
+
1196
+ ### Perc Lead Mine
1197
+
1198
+ Creative Commons Attribution 4.0 International
1199
+ (c) copyright 2019, Dr Edward Alan Lockhart
1200
+ https://sketchfab.com/3d-models/parc-lead-mine-4759a23abbff454c8c682ff9b02ba111
1201
+
1202
+ ### GitHub logo
1203
+
1204
+ https://github.com/logos
1205
+
1206
+ ### Font Awesome Icon
1207
+
1208
+ Font Awesome by Dave Gandy - http://fontawesome.io
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # Mars3D修改版Cesium
1
+ # Mars3D�޸İ�Cesium
2
2
  [Mars3D Homepage](http://mars3d.cn)
3
3
 
4
4
  <p align="center">
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mars3d-cesium",
3
- "version": "1.89.1",
3
+ "version": "1.89.2",
4
4
  "description": "CesiumJS is a JavaScript library for creating 3D globes and 2D maps in a web browser without a plugin.",
5
5
  "homepage": "http://mars3d.cn/",
6
6
  "license": "Apache-2.0",
@@ -29,8 +29,11 @@
29
29
  "url": "https://github.com/marsgis/mars3d/issues",
30
30
  "email": "wh@marsgis.cn"
31
31
  },
32
- "main": "Build/Cesium/Cesium.js",
32
+ "main": "Build/Cesium/Cesium.js",
33
33
  "types": "Build/Cesium/Cesium.d.ts",
34
+ "files": [
35
+ "Build/Cesium/"
36
+ ],
34
37
  "type": "module",
35
38
  "devDependencies": {
36
39
  "@rollup/plugin-commonjs": "^15.1.0",
@@ -61,7 +64,7 @@
61
64
  "gulp-tap": "^2.0.0",
62
65
  "gulp-terser": "^2.0.1",
63
66
  "gulp-zip": "^5.1.0",
64
- "husky": "^4.3.8",
67
+ "husky": "^7.0.2",
65
68
  "jasmine-core": "^3.7.1",
66
69
  "jsdoc": "^3.6.7",
67
70
  "jsep": "^0.3.1",
@@ -108,6 +111,7 @@
108
111
  "yargs": "^17.0.1"
109
112
  },
110
113
  "scripts": {
114
+ "prepare": "gulp prepare && husky install",
111
115
  "convertToModules": "gulp convertToModules",
112
116
  "start": "node server.cjs",
113
117
  "startPublic": "node server.cjs --public",
@@ -140,7 +144,6 @@
140
144
  "deploy-set-version": "gulp deploy-set-version",
141
145
  "prettier": "prettier --write \"**/*\"",
142
146
  "prettier-check": "prettier --check \"**/*\"",
143
- "pretty-quick": "pretty-quick",
144
147
  "push": "npm publish"
145
148
  }
146
149
  }
@@ -1,13 +0,0 @@
1
- #Cesium web三维gis地图框架
2
-
3
- 版本:具体版本号请参考F12浏览器控制台打印值
4
-
5
- 官方地址:http://cesiumjs.com/
6
- github地址:https://github.com/CesiumGS/cesium
7
-
8
-
9
-
10
- 介绍:
11
- Cesium 是一款面向三维地球和地图的,世界级的JavaScript开源产品。它提供了基于JavaScript语言的开发包,
12
- 方便用户快速搭建一款零插件的虚拟地球Web应用,并在性能,精度,渲染质量以及多平台,易用性上都有高质量的保证。
13
-