1.0.0-alpha.6
-
[+] Add mapbox component. Which can be coordinate system of
scatter3D
,map3D
,bar3D
,lines3D
. -
[+] [viewControl] Add
autoRotateSpeed
,autoRotateDirection
. -
[+] [viewControl] Add
panMouseButton
,rotateMouseButton
. Which can be'left'
,'middle'
,'right'
. -
[^] [realisticMaterial]
roughness
,metalness
can be texture value. -
[^] [realisticMaterial] Add
normalMap
. -
[+] [postEffect] Add
screenSpaceReflection
. In shortSSR
. -
[^] [postEffect]
SSAO
is renamed toscreenSpaceAmbientOcculusion
. Short name will also be kept. -
[^] [geo3D/map3D] Add
regionHeight
, which is originalboxHeight
. NewboxHeight
is used for the size of altitude axis. -
[^] [globe] Add
globeOuterRadius
. Which can be used for the size of altitude axis. -
[^] [geo3D/map3D] Fix geometry can't update bug.
-
[^] [viewControl] Fix
zoomSensitivity: 0
not work bug. See #71. -
[^] [geo3D] Event have name property.
-
[^] [globe] Improve emissive layer visual quality.