Skip to content

1.0.0-alpha.6

Compare
Choose a tag to compare
@pissang pissang released this 09 Jun 08:35
· 284 commits to master since this release
  • [+] 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 short SSR.

  • [^] [postEffect] SSAO is renamed to screenSpaceAmbientOcculusion. Short name will also be kept.

  • [^] [geo3D/map3D] Add regionHeight, which is original boxHeight. New boxHeight 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.