aframe-globe-component
Advanced tools
Comparing version 1.5.6 to 1.6.0
@@ -51,2 +51,3 @@ /* global AFRAME */ | ||
bumpImageUrl: { type: 'string', default: '' }, | ||
showGlobe: { type: 'boolean', default: true }, | ||
showAtmosphere: { type: 'boolean', default: true }, | ||
@@ -241,2 +242,3 @@ showGraticules: { type: 'boolean', default: false }, | ||
'bumpImageUrl', | ||
'showGlobe', | ||
'showAtmosphere', | ||
@@ -243,0 +245,0 @@ 'showGraticules', |
{ | ||
"name": "aframe-globe-component", | ||
"version": "1.5.6", | ||
"version": "1.6.0", | ||
"description": "A 3D Globe component for A-Frame.", | ||
@@ -50,7 +50,7 @@ "main": "index.js", | ||
"three": ">=0.88.0", | ||
"three-globe": "^2.14.5" | ||
"three-globe": "^2.15.1" | ||
}, | ||
"devDependencies": { | ||
"@babel/cli": "^7.12.13", | ||
"@babel/core": "^7.12.13", | ||
"@babel/cli": "^7.12.16", | ||
"@babel/core": "^7.12.16", | ||
"@babel/plugin-proposal-class-properties": "^7.12.13", | ||
@@ -67,3 +67,3 @@ "@babel/plugin-proposal-decorators": "^7.12.13", | ||
"@babel/plugin-proposal-numeric-separator": "^7.12.13", | ||
"@babel/plugin-proposal-optional-chaining": "^7.12.13", | ||
"@babel/plugin-proposal-optional-chaining": "^7.12.16", | ||
"@babel/plugin-proposal-pipeline-operator": "^7.12.13", | ||
@@ -73,3 +73,3 @@ "@babel/plugin-proposal-throw-expressions": "^7.12.13", | ||
"@babel/plugin-syntax-import-meta": "^7.10.4", | ||
"@babel/preset-env": "^7.12.13", | ||
"@babel/preset-env": "^7.12.16", | ||
"aframe": "*", | ||
@@ -76,0 +76,0 @@ "babel-loader": "^8.2.2", |
@@ -23,2 +23,3 @@ ## aframe-globe-component | ||
| bump-image-url | Getter/setter for the URL of the image used to create a [bump map](https://threejs.org/docs/#api/en/materials/MeshStandardMaterial.bumpMap) in the material, to represent the globe's terrain. | `null` | | ||
| show-globe | Getter/setter for whether to show the globe surface itself. | `true` | | ||
| show-atmosphere | Getter/setter for whether to show a bright halo surrounding the globe, representing the atmosphere. | `true` | | ||
@@ -25,0 +26,0 @@ | show-graticules | Getter/setter for whether to show a graticule grid demarking latitude and longitude lines at every 10 degrees. | `false` | |
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
8720616
12376
221
Updatedthree-globe@^2.15.1