@ubilabs/threejs-overlay-view
Advanced tools
Comparing version 0.6.0 to 0.6.1
@@ -1,19 +0,19 @@ | ||
Copyright 2021 ubilabs GmbH | ||
Copyright 2021 Ubilabs GmbH | ||
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 | ||
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: | ||
The above copyright notice and this permission notice shall be included in | ||
The above copyright notice and this permission notice shall be included in | ||
all copies or substantial portions of the Software. | ||
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 | ||
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. |
{ | ||
"name": "@ubilabs/threejs-overlay-view", | ||
"version": "0.6.0", | ||
"version": "0.6.1", | ||
"description": "A wrapper for the Google Maps WebglOverlayView that takes care of the integration between three.js and the Google Maps JavaScript API. It lets you create a Google Maps overlays directly with three.js.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -1,2 +0,2 @@ | ||
# ThreejsOverlayView | ||
# ThreejsOverlayView for Google Maps | ||
@@ -35,4 +35,9 @@ A wrapper for `google.maps.WebglOverlayView` that takes care of the | ||
[`./examples`](./examples). They are also hosted on | ||
[GitHub Pages](https://ubilabs.github.io/threejs-overlay-view). | ||
[GitHub Pages](https://ubilabs.github.io/threejs-overlay-view): | ||
* [Simple Cube](https://ubilabs.github.io/threejs-overlay-view/cube.html) | ||
* [Wireframe Building](https://ubilabs.github.io/threejs-overlay-view/wireframe.html) | ||
* [Animated Car](https://ubilabs.github.io/threejs-overlay-view/car.html) | ||
* [Video Texture](https://ubilabs.github.io/threejs-overlay-view/video.html) | ||
## Usage | ||
@@ -39,0 +44,0 @@ |
16653264
294