Releases: 2gis/mapgl-gltf
Releases · 2gis/mapgl-gltf
v2.1.0
v2.0.2
What's Changed
- TILES-6333 Updated screenshots by @Farfurix in #36
- TILES-6533: Fix gltf plugin screens by @alxart in #39
- Updated screenshots for new light defaults by @EvgenyRodygin in #40
- f model by @Kuznecoff in #41
- 2.0.2 by @Kuznecoff in #42
New Contributors
Full Changelog: v2.0.1...v2.0.2
v2.0.1
v2.0.0
- Plugin major version (see documentation)
v1.3.1
v1.3.0
- Added new public methods -
removeModels
andremoveRealtyScene
. - Now the plugin remains working when map styles are changed.
- Fixed styles of the floor control.
- Exported useful plugin types.
- Added the new option
isUnderground
toBuildingFloorOptions
. If its value istrue
the map will be covered with a ground geometry so that only the floor's plan will stay visible. - Added the new option
groundCoveringColor
toPluginOptions
. - Added the new public method -
setOptions
which helps to change the ground covering color on the fly.
v1.2.1
v1.2.0
v1.1.0
- Added methods:
addModel
,removeModel
,addPoiGroup
,removePoiGroup
,addModelsPartially
- Added method
addRealtyScene
for creating interactive realty scene - Added events for poi and models:
click
,mousemove
,mouseover
,mouseout
- Added support for offset of the models
- Code reorganization