three-conic-polygon-geometry
Advanced tools
Comparing version 1.5.0 to 1.5.1
{ | ||
"name": "three-conic-polygon-geometry", | ||
"version": "1.5.0", | ||
"version": "1.5.1", | ||
"description": "ThreeJS geometry for drawing polygons on a sphere", | ||
@@ -5,0 +5,0 @@ "unpkg": "dist/three-conic-polygon-geometry.min.js", |
@@ -6,3 +6,3 @@ ThreeJS Conic Polygon Geometry | ||
[![Build Size][build-size-img]][build-size-url] | ||
[![Dependencies][dependencies-img]][dependencies-url] | ||
[![NPM Downloads][npm-downloads-img]][npm-downloads-url] | ||
@@ -21,18 +21,18 @@ A ThreeJS geometry class for drawing polygons on a sphere using cones. | ||
``` | ||
```js | ||
import { ConicPolygonGeometry } from 'three-conic-polygon-geometry'; | ||
``` | ||
or | ||
``` | ||
```js | ||
const { ConicPolygonGeometry } = require('three-conic-polygon-geometry'); | ||
``` | ||
or even | ||
``` | ||
```html | ||
<script src="//unpkg.com/three-conic-polygon-geometry"></script> | ||
``` | ||
then | ||
``` | ||
```js | ||
const myMesh = new THREE.Mesh( | ||
new THREE.ConicPolygonGeometry(polygonGeoJson), | ||
new THREE.MeshBasicMaterial({ color: 'blue' }) | ||
new THREE.ConicPolygonGeometry(polygonGeoJson), | ||
new THREE.MeshBasicMaterial({ color: 'blue' }) | ||
); | ||
@@ -71,7 +71,7 @@ | ||
[npm-img]: https://img.shields.io/npm/v/three-conic-polygon-geometry.svg | ||
[npm-img]: https://img.shields.io/npm/v/three-conic-polygon-geometry | ||
[npm-url]: https://npmjs.org/package/three-conic-polygon-geometry | ||
[build-size-img]: https://img.shields.io/bundlephobia/minzip/three-conic-polygon-geometry.svg | ||
[build-size-img]: https://img.shields.io/bundlephobia/minzip/three-conic-polygon-geometry | ||
[build-size-url]: https://bundlephobia.com/result?p=three-conic-polygon-geometry | ||
[dependencies-img]: https://img.shields.io/david/vasturiano/three-conic-polygon-geometry.svg | ||
[dependencies-url]: https://david-dm.org/vasturiano/three-conic-polygon-geometry | ||
[npm-downloads-img]: https://img.shields.io/npm/dt/three-conic-polygon-geometry | ||
[npm-downloads-url]: https://www.npmtrends.com/three-conic-polygon-geometry |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1453317