three-globe
Advanced tools
Comparing version 2.18.12 to 2.19.0
@@ -53,2 +53,4 @@ import { Object3D, Material, Vector2 } from 'three'; | ||
pointColor(colorAccessor: ObjAccessor<string>): ChainableInstance; | ||
pointStrokeColor(): ObjAccessor<string>; | ||
pointStrokeColor(colorAccessor: ObjAccessor<string>): ChainableInstance; | ||
pointAltitude(): ObjAccessor<number>; | ||
@@ -55,0 +57,0 @@ pointAltitude(altitudeAccessor: ObjAccessor<number>): ChainableInstance; |
{ | ||
"name": "three-globe", | ||
"version": "2.18.12", | ||
"version": "2.19.0", | ||
"description": "Globe data visualization as a ThreeJS reusable 3D object", | ||
@@ -5,0 +5,0 @@ "unpkg": "dist/three-globe.min.js", |
@@ -86,2 +86,3 @@ ThreeJS Globe Visualization | ||
| <b>pointColor</b>([<i>str</i> or <i>fn</i>]) | Point object accessor function or attribute for the cylinder color. | `() => '#ffffaa'` | | ||
| <b>pointStrokeColor</b>([<i>str</i> or <i>fn</i>]) | Point object accessor function or attribute for the stroke color on the tip of the cylinder. A falsy value disables the stroke. Only works if `pointsMerge` is disabled. | - | | ||
| <b>pointAltitude</b>([<i>num</i>, <i>str</i> or <i>fn</i>]) | Point object accessor function, attribute or a numeric constant for the cylinder's altitude in terms of globe radius units (`0` = 0 altitude (flat circle), `1` = globe radius). | 0.1 | | ||
@@ -88,0 +89,0 @@ | <b>pointRadius</b>([<i>num</i>, <i>str</i> or <i>fn</i>]) | Point object accessor function, attribute or a numeric constant for the cylinder's radius, in angular degrees. | 0.25 | |
Sorry, the diff of this file is too big to display
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
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
9537635
32822
240