three-conic-polygon-geometry
Advanced tools
Comparing version 1.4.4 to 1.4.5
@@ -80,2 +80,4 @@ 'use strict'; | ||
return call; | ||
} else if (call !== void 0) { | ||
throw new TypeError("Derived constructors may only return object or undefined"); | ||
} | ||
@@ -477,4 +479,2 @@ | ||
_this.computeFaceNormals(); | ||
_this.computeVertexNormals(); // | ||
@@ -481,0 +481,0 @@ |
@@ -70,2 +70,4 @@ import { BufferGeometry, Float32BufferAttribute } from 'three'; | ||
return call; | ||
} else if (call !== void 0) { | ||
throw new TypeError("Derived constructors may only return object or undefined"); | ||
} | ||
@@ -467,4 +469,2 @@ | ||
_this.computeFaceNormals(); | ||
_this.computeVertexNormals(); // | ||
@@ -471,0 +471,0 @@ |
{ | ||
"name": "three-conic-polygon-geometry", | ||
"version": "1.4.4", | ||
"version": "1.4.5", | ||
"description": "ThreeJS geometry for drawing polygons on a sphere", | ||
@@ -42,3 +42,3 @@ "unpkg": "dist/three-conic-polygon-geometry.min.js", | ||
"dependencies": { | ||
"@turf/boolean-point-in-polygon": "^6.3", | ||
"@turf/boolean-point-in-polygon": "^6.5", | ||
"d3-array": "1 - 3", | ||
@@ -54,16 +54,16 @@ "d3-geo": "1 - 3", | ||
"devDependencies": { | ||
"@babel/core": "^7.14.6", | ||
"@babel/core": "^7.15.0", | ||
"@babel/plugin-proposal-class-properties": "^7.14.5", | ||
"@babel/plugin-proposal-object-rest-spread": "^7.14.5", | ||
"@babel/preset-env": "^7.14.5", | ||
"@babel/plugin-proposal-object-rest-spread": "^7.14.7", | ||
"@babel/preset-env": "^7.15.0", | ||
"@rollup/plugin-babel": "^5.3.0", | ||
"@rollup/plugin-commonjs": "^19.0.0", | ||
"@rollup/plugin-node-resolve": "^13.0.0", | ||
"@rollup/plugin-commonjs": "^20.0.0", | ||
"@rollup/plugin-node-resolve": "^13.0.4", | ||
"@types/three": ">=0.72.0", | ||
"rimraf": "^3.0.2", | ||
"rollup": "^2.52.1", | ||
"rollup": "^2.56.3", | ||
"rollup-plugin-dts": "^3.0.2", | ||
"rollup-plugin-terser": "^7.0.2", | ||
"typescript": "^4.3.4" | ||
"typescript": "^4.3.5" | ||
} | ||
} |
@@ -71,3 +71,2 @@ import { | ||
// auto-calculate normals | ||
this.computeFaceNormals(); | ||
this.computeVertexNormals(); | ||
@@ -74,0 +73,0 @@ |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
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
1488148
7653