File tree Expand file tree Collapse file tree 4 files changed +272
-3
lines changed
Expand file tree Collapse file tree 4 files changed +272
-3
lines changed Original file line number Diff line number Diff line change @@ -6940,6 +6940,21 @@ index 10ce3407..ac3a6e23 100644
69406940 }
69416941 });
69426942
6943+ diff --git a/examples-testing/examples/webgl_loader_3dtiles.ts b/examples-testing/examples/webgl_loader_3dtiles.ts
6944+ index bae36bc8..70aff037 100644
6945+ --- a/examples-testing/examples/webgl_loader_3dtiles.ts
6946+ +++ b/examples-testing/examples/webgl_loader_3dtiles.ts
6947+ @@ -13,8 +13,8 @@ import {
6948+ const ION_KEY =
6949+ 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJqdGkiOiJiMTFiZTRmZS1mMWIxLTQ5YzYtYjA4Zi0xYTE0MjFmYzQ5OGYiLCJpZCI6MjY3NzgzLCJpYXQiOjE3MzY0NzQxMDh9.ppGPgpse1lq7QeNyljX7THUyK5w1x_4HksSHSlhe5sY';
6950+
6951+ -let camera, scene, renderer;
6952+ -let tiles, controls;
6953+ +let camera: THREE.PerspectiveCamera, scene: THREE.Scene, renderer: THREE.WebGLRenderer;
6954+ +let tiles: TilesRenderer, controls: GlobeControls;
6955+
6956+ init();
6957+
69436958diff --git a/examples-testing/examples/webgl_loader_3mf.ts b/examples-testing/examples/webgl_loader_3mf.ts
69446959index c31e3219..eecda516 100644
69456960--- a/examples-testing/examples/webgl_loader_3mf.ts
Original file line number Diff line number Diff line change @@ -13,7 +13,6 @@ const exceptionList = [
1313 'webgl_depth_texture' ,
1414 'webgl_geometry_csg' ,
1515 'webgl_geometry_spline_editor' ,
16- 'webgl_loader_3dtiles' ,
1716 'webgl_loader_collada_kinematics' ,
1817 'webgl_loader_gltf_variants' ,
1918 'webgl_loader_ifc' ,
Original file line number Diff line number Diff line change 1414 "license" : " ISC" ,
1515 "dependencies" : {
1616 "@types/three" : " file:../types/three" ,
17+ "3d-tiles-renderer" : " ~0.4.8" ,
1718 "prettier" : " ^3.5.3" ,
1819 "stats-gl" : " ^3.6.0" ,
1920 "typescript" : " latest"
You can’t perform that action at this time.
0 commit comments