Quellcode durchsuchen

Merge branch 'master' of github.com:NASA-AMMOS/3DTilesRendererJS into master

Garrett Johnson vor 4 Jahren
Ursprung
Commit
95080e8bbd
2 geänderte Dateien mit 5 neuen und 1 gelöschten Zeilen
  1. 4 0
      CHANGELOG.md
  2. 1 1
      example/ionExample.js

+ 4 - 0
CHANGELOG.md

@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
 The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
 and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
 
+## [0.2.11] - 2021-06-03
+### Fixed
+- PNTS files incorrectly having a GLTF rotation adjustment applied.
+
 ## [0.2.10] - 2021-04-15
 ### Added
 - `TilesRenderer.optimizeRaycast` option to disable overriding the raycast function of loaded tiles.

+ 1 - 1
example/ionExample.js

@@ -169,7 +169,7 @@ function reinstantiateTiles() {
 						uri.searchParams.append( 'v', version );
 
 					}
-					return uri;
+					return uri.toString();
 
 				};