Преглед на файлове

Merge branch 'master' into loader-fixes

Garrett Johnson преди 4 години
родител
ревизия
658d1e0793

+ 6 - 0
CHANGELOG.md

@@ -4,6 +4,12 @@ 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).
 
+## Unreleased
+### Fixed
+- Pass fetch options to B3DMLoader.
+- Set working path for loaders from CMPTLoader, TilesRenderer callback.
+- Adjust loader handler in examples and README to provide GLTFLoader directly.
+
 ## [0.2.7] - 2021-02-09
 ### Added
 - Add warnings if unsupported feature semantics are detected for I3DM and PNTS files

+ 1 - 1
README.md

@@ -625,7 +625,7 @@ getKeys() : Array<String>
 
 Returns the keys of all the data in the batch table.
 
-### getData
+### .getData
 
 ```js
 getData(

+ 1 - 10
babel.config.json

@@ -4,16 +4,7 @@
 
 		[
 
-			"@babel/preset-env",
-			{
-
-		  		"targets": {
-
-					"node": "current"
-
-				}
-
-			}
+			"@babel/preset-env"
 
 		]
 

Файловите разлики са ограничени, защото са твърде много
+ 14 - 14
example/bundle/b3dmExample.d88db709.js


Файловите разлики са ограничени, защото са твърде много
+ 1 - 1
example/bundle/b3dmExample.d88db709.js.map


Файловите разлики са ограничени, защото са твърде много
+ 13 - 13
example/bundle/cmptExample.4b2a3f0d.js


Файловите разлики са ограничени, защото са твърде много
+ 1 - 1
example/bundle/cmptExample.4b2a3f0d.js.map


Файловите разлики са ограничени, защото са твърде много
+ 13 - 13
example/bundle/customMaterial.dd39ecee.js


Файловите разлики са ограничени, защото са твърде много
+ 1 - 1
example/bundle/customMaterial.dd39ecee.js.map


Файловите разлики са ограничени, защото са твърде много
+ 15 - 15
example/bundle/example.e31bb0bc.js


Файловите разлики са ограничени, защото са твърде много
+ 1 - 1
example/bundle/example.e31bb0bc.js.map


Файловите разлики са ограничени, защото са твърде много
+ 13 - 13
example/bundle/i3dmExample.c6cc930a.js


Файловите разлики са ограничени, защото са твърде много
+ 1 - 1
example/bundle/i3dmExample.c6cc930a.js.map


Файловите разлики са ограничени, защото са твърде много
+ 15 - 15
example/bundle/ionExample.4422c37a.js


Файловите разлики са ограничени, защото са твърде много
+ 1 - 1
example/bundle/ionExample.4422c37a.js.map


Файловите разлики са ограничени, защото са твърде много
+ 13 - 13
example/bundle/offscreenShadows.ce0529e7.js


Файловите разлики са ограничени, защото са твърде много
+ 1 - 1
example/bundle/offscreenShadows.ce0529e7.js.map


Файловите разлики са ограничени, защото са твърде много
+ 13 - 13
example/bundle/pntsExample.1cabf3ff.js


Файловите разлики са ограничени, защото са твърде много
+ 1 - 1
example/bundle/pntsExample.1cabf3ff.js.map


Файловите разлики са ограничени, защото са твърде много
+ 13 - 13
example/bundle/vr.55390d87.js


Файловите разлики са ограничени, защото са твърде много
+ 1 - 1
example/bundle/vr.55390d87.js.map


Файловите разлики са ограничени, защото са твърде много
+ 3171 - 2006
package-lock.json


+ 9 - 9
package.json

@@ -37,19 +37,19 @@
   "author": "Garrett Johnson <garrett.kjohnson@gmail.com>",
   "license": "Apache-2.0",
   "devDependencies": {
-    "@babel/core": "^7.7.2",
-    "@babel/preset-env": "^7.7.1",
-    "babel-jest": "^25.4.0",
-    "concurrently": "^5.1.0",
+    "@babel/core": "^7.13.8",
+    "@babel/preset-env": "^7.13.8",
+    "babel-jest": "^25.5.1",
+    "concurrently": "^5.3.0",
     "eslint": "^6.8.0",
     "eslint-config-mdcs": "^4.2.3",
-    "eslint-plugin-jest": "^23.8.2",
-    "jest": "^25.4.0",
-    "jest-cli": "^25.4.0",
+    "eslint-plugin-jest": "^23.20.0",
+    "jest": "^25.5.4",
+    "jest-cli": "^25.5.4",
     "parcel-bundler": "^1.12.4",
     "static-server": "^2.2.1",
-    "three": ">=0.125.0",
-    "typescript": "^3.7.4"
+    "three": ">=0.126.0",
+    "typescript": "^3.9.9"
   },
   "peerDependencies": {
     "three": ">=0.123.0"