Changelog of Altizure Javascript 3D SDK
2.8.8
Release date: 2019年4月8日
New features:
- The
opacity
,color
,image
of the background can be modified dynamically. Example 1.5 has been updated to demo the new features.
2.8.7
Release date: 2019年4月3日
New features:
- All
PlaneMarker
and inherited classes supportfixedSize
for the non-sprite mode.
Improvements:
- Use localStorage to cache common graphql requests, to reduce the waiting time for loading projects.
Bug fixes:
- Merged multiple IP location requests.
2.8.5
Release date: Mar. 29th, 2019
New features:
- Add example
Project/6.8 Water Edit
Multiple water surface editting.
Improvements:
- In the visibility analysis, if the area is visible from more view points, it will be tinted greener.
Bug fixes:
sandbox.destruct()
may influence the controller ofObjMarker
in otherSandbox
。
2.8.3
Release date: Mar. 25th, 2019
New features:
- Add example
6.10 Interactive Distance Measure
The distance measure tool underAnalysis
. - Real-time video streaming fusion with 3D model. (Hardware solution indluded. Plz contact Altizure Marketing Dept fro details.)
Improvements:
- Add a button link to the github code in the lower right corner of example.
- Improve the LOD loading strategy, reduce the CPU consumption.
Bug fixes:
- IE11 compability problems.
2.7.3
Release date: Mar. 12th, 2019
New features:
altizure-plugin-geosystem
Support for establishing a local coordinate system forObjMarker
.- Add example
5.11 Camera Move Path
The camera move path, can move at a constant speed on the specified path. - Add example
7.5 Plugin Shapefile
importshapefile
. example 7.5 - Add example
6.9 Floor Distinguish
example 6.9
2.7.2
Release date: Mar. 10th, 2019
New features:
- Add
DemMarker
support to importwmts
standard terrain data (elevation map and orthophoto map).
2.6.1
Release date: Mar. 7th, 2019
New features:
- Cropping and video fusion can coexist. Refer to Example 7.3.
2.5.10
Release date: Mar. 4th, 2019
Bug fixes:
- Fixed a problem that
PlaneMarker
and its inherited classes flash when initialized. - Fixed a problem that the location of
AltizureProjectMarker
or fence is not accurate.
New features:
- Add 6.8 example to create/modify the water surface.
2.5.6
Release date: Feb. 22nd, 2019
Bug fixes:
- Fixed a problem that
AltizureProjectMarker
'sfocus
angle is inconsistent with the cover design of the website settings. - Fixed a problem that
AltizureProjectMarker
's bounding box is inconsistent with the model.
New features:
- Add example 2.15: LOD point cloud project display.
- Add
pointSize
interface of point cloud to adjust point size. - Add example 10.5 Tool-tip.
Improvements:
- Reorganize the list of examples based on functionality.
2.4.16
Release date: Jan. 24th, 2019
Improvements:
- Add
color
interface ofPlaneMarker
(and its inheritance classes includeCanvasTagMarker
,Tagmarker
, etc.) to change the background color of the image; and thepinColor
interface to change the color of pointer below the image.
2.4.14
Release date: Jan. 24th, 2019
Bug fixes:
- Fix
div
containing sandbox Afterscroll
, only locally in window,Marker
mouse interaction event location is not accurate.
0.2.24
Release date:
0.1.62
Release date: Feb. 8th, 2018
New features:
- Shadow map and visibility analysis. Sample 5.8
Improvements:
- Rendering performance
Bug fixes:
- Bugs on touch event and mouse click event handle.