Skip to content

Releases: sony/mapray-js

0.9.4

25 Aug 01:33
Compare
Choose a tag to compare

Features and improvements

  • Add Quaternion to GeoMath #288
  • Issue regarding gaps at tile image boundaries #298
  • Addition of ImageProvider switching functionality #295
  • Bug report: Incorrect endFrame processing #293
  • Support loading sprite images as SDF-enabled images #290
  • Issue with target_clamp parameter evaluation in startFlyCamera function #297
  • Issue regarding slow watch processing #292
  • Proposal to implement Linter for code quality enhancement #291

Breaking Changes

  • Upgrade to rollup 3 and update typescript version #273
  • Improvement of AttributionController #274
  • Changed WebGL version to WebGL2 and supported float buffer #289
  • Issue regarding clouds image origin location modification. #296

0.9.3

12 May 03:24
Compare
Choose a tag to compare

Features and improvements

  • add operation text and fix mouse control in example #284
  • Update document generation to include wasm build for successful generation #285

Bug Fix

  • Resolve build error in vectile/expression.ts #283

What's Changed

Full Changelog: 0.9.2...0.9.3

0.9.2

24 Apr 12:55
Compare
Choose a tag to compare
0.9.2 Pre-release
Pre-release

Warning

This version contains a known bug which may not work correctly. Please use version 0.9.1 instead to avoid issues.

Features and improvements

  • Support Vector tiles #238

What's Changed

Full Changelog: 0.9.1...0.9.2

0.9.1

11 Apr 12:32
Compare
Choose a tag to compare

Features and improvements

  • WebGL2 Support #247
  • Added functionality to measure processing time information for point cloud loading #248
  • Web Mercator projection does not support drawing of Arctic and Antarctic regions #249
  • Add PinEntity and ImageIconEntity to Mapray's Scene definition #251
  • Add REST API to access Mapray Cloud Scene data in Mapray Cloud API #252
  • Add new mathematical operations to the GeoMath class #254
  • Make Material class public API and add support for integer uniform parameters #253
  • Add ability to specify elevation and maximum level in FlatDemProvider#255
  • Add API to toggle visibility of point clouds and B3D models and standardize their formats #256
  • Add the ability to click on B3D models and retrieve their unique IDs via API #257
  • Update build-related development tools #258
  • Convert remaining JavaScript code to TypeScript #264
  • Refactoring #266
  • Improve the Debug App #267
  • Add an Example for ImageIconEntity #268
  • Change default branch name to main #272

Breaking Changes

  • Added/fixed the features to specify elevation and maximum level to FlatDemProvider
  • Pick function interface unification

Bug fix

  • Improved timing to update URL hash #237
  • Dragging near the poles in software is not intuitive #250
  • Fix Clamp Calculation Bug in LineEntity #259
  • URLHash update process #260
  • Enabling CloudVisualize causes B3D to disappear #261
  • visibility:false option not being applied when adding layers #262
  • Camera does not animate when time parameter is set to 0 #263

What's Changed

Full Changelog: 0.9.0...0.9.1

0.9.0

12 May 07:04
dec5d43
Compare
Choose a tag to compare

Features and improvements

  • Improve b3dtiles, building data #177
  • Support texture in b3dtiles #185
  • Add select and pick functions for point cloud #230
  • Change the language used from ES6 to Typescript #227
  • Add atmospheric expression #186
  • Add new data visualization method for cloud in the sky #225
  • Support star and moon in the night sky #226
  • Support Mapray Cloud API for v2 #224
  • Add new example and debug applications #229

Breaking Changes

  • The old b3dtiles format in the prototype can no longer be loaded because b3dtiles has been updated to the latest format.

Bug fix

  • Set default url for Mapray Cloud #213

What's Changed

Full Changelog: 0.8.8...0.9.0

0.8.8

03 Jun 12:50
Compare
Choose a tag to compare

0.8.8

Bug fix

0.8.7

03 Jun 11:23
Compare
Choose a tag to compare

0.8.7

Added

  • Flat terrain at zero altitude #202, #203
  • Change visibility of entity and ground in UI Package #205, #206
  • Add GOCS_MATRIX transform mode to ModelEntity #201

0.8.6

26 May 09:37
Compare
Choose a tag to compare

Added

Improved

  • Modified shader code in the surface #196

Bug fix

  • Fixed incorrect package name issues #172, #173, #174
  • Fixed incorrect link in documents #175, #176
  • Fixed build error when generating API documents #178, #179
  • Fixed CI build error in loal build 183

0.8.5

08 Jan 16:08
Compare
Choose a tag to compare
  • Support glTF KHR_materials_unlit#115, #112
  • Delete non-required packages and add required packages#113, #114
  • Modify includiing modules when build dev mode #116

0.8.4

19 Nov 07:16
Compare
Choose a tag to compare

0.8.4

Added

  • Implement mouse event for each entities #105, #132
  • Support overlay entity#145
  • compute geographical distance between two GePoints#152, #155
  • Supported smoothly changing camera position and roration#153, #155
  • Supported to set position and rotation of camera on URL #154, #155

Improved

  • Refactor classes which related to resource#146
  • Upatate the style for jsdoc#159, #158
  • Modified stroke of TextEntity#160, #161

Bug fix

  • Animation isn't working with sigle KFLCorve#144,#143
  • Couldn't rebind EasyBindingBlock #149, #150
  • bugfix of depth hit test of anchor object #156, #157