Skip to content

Releases: maptalks/maptalks.three

v0.16.1

09 Sep 02:52
Compare
Choose a tag to compare

[Fix] still fire events when map disable geometryEvents

v0.16.0

21 Jun 09:03
570a1a0
Compare
Choose a tag to compare
  1. [Fix] Adapt to low version of typescript issue303

Incompatible changes

  • three.js >=128 the default umd package is ES6
  • Starting from version 0.16.0, the default umd package is ES6,To fit the new version of three.js about three umd package change
  • If your running environment does not support ES6, we also provide Es5 version maptalks.three.es5.js,This requires the version of three.js < = 127,

v0.15.4

01 Jun 09:15
b0d66e9
Compare
Choose a tag to compare

1.[Feature] ExtrudePolygon ExtrudePolygons Line Lines FatLine FatLines ExtrudeLine ExtrudeLines support bottomHeight
2.[Feature] points support custom size and color
3.[Example] add extrudepolygon-bottomheight
4.[Example] add fatlines-bottomheight
5.[Example] add points-sizes
6.[Example] add points-icons

v0.15.2

13 Apr 08:12
b80da68
Compare
Choose a tag to compare

1.delay add Mesh
2.BaseObject support zoomChange when map zoomChange

v0.15.0

22 Feb 03:04
ae0eedc
Compare
Choose a tag to compare

1.[Feature] 整个工程切换到typescript
2.[Fix] 高版本three>117上 heatmap不显示的问题
3.[Fix] toExtrudeMesh在高版本three>=125 报错的问题
4.[Fix] 在地图动画过程中 BaseObject不触发 mouseout的问题
5.[Fix] ESM模式下worker无法load的问题
6.[Enhancement] 动画的BaseObject确保其动画函数在一帧内只执行一次(以前当地图单位时间内多次renderScene会导致 动画函数被多次回调执行,导致动画效果变快,比如动画的线条其动画会变快)

v0.13.4

08 Feb 14:53
Compare
Choose a tag to compare

1.[fix] bar/bars对齐问题(上次有个同学说做蜂窝图不对齐的问题)
2.[enhancement] ExtrudeLines 添加worker的支持
3.[performance] ExtrudeLines 开启worker后,初始化时间大大缩短,避免构造ExtrudeLines 导致的卡顿问题,初始化性能提升400%左右
4.[enhancement] threelayer默认开启 forceRenderOnZooming(很多同学反映地图缩放过程中 场景会消失的问题)

v0.13.2

23 Dec 11:14
Compare
Choose a tag to compare
  • [fix] fix BaseObject.getType() under mini package
  • [feature] ExtrudeLine support VertexColors
  • [performance] gpupick geometry multiplexing _geometryCache,this reduces memory usage by 20% about bars boxs,extrudepolygons extrudelines
  • [performance] length calculation uses cache to reduce the amount of calculation

v0.13.0

15 Dec 07:09
Compare
Choose a tag to compare

add Box Boxs Support

v0.12.4

04 Dec 06:49
Compare
Choose a tag to compare

exturdepolygon gpu pick

v0.12.0

02 Nov 14:17
Compare
Choose a tag to compare
0.12.0