Skip to content

Commit

Permalink
Update patch and delete examples
Browse files Browse the repository at this point in the history
  • Loading branch information
Methuselah96 committed Sep 26, 2024
1 parent e106025 commit 9d460d0
Show file tree
Hide file tree
Showing 369 changed files with 0 additions and 56,272 deletions.
19 changes: 0 additions & 19 deletions examples-testing/changes.patch
Original file line number Diff line number Diff line change
Expand Up @@ -14603,25 +14603,6 @@ index 775399bf..1deb0cb1 100644

init();

diff --git a/examples-testing/examples/webgpu_performance.ts b/examples-testing/examples/webgpu_performance.ts
index 315eba25..aa01b27a 100644
--- a/examples-testing/examples/webgpu_performance.ts
+++ b/examples-testing/examples/webgpu_performance.ts
@@ -1,4 +1,4 @@
-import * as THREE from 'three';
+import * as THREE from 'three/webgpu';

import Stats from 'three/addons/libs/stats.module.js';

@@ -8,7 +8,7 @@ import { DRACOLoader } from 'three/addons/loaders/DRACOLoader.js';

import { RGBELoader } from 'three/addons/loaders/RGBELoader.js';

-let camera, scene, renderer, stats;
+let camera: THREE.PerspectiveCamera, scene: THREE.Scene, renderer: THREE.WebGPURenderer, stats: Stats;

init();

diff --git a/examples-testing/examples/webgpu_postprocessing.ts b/examples-testing/examples/webgpu_postprocessing.ts
index 7ae63a39..31397439 100644
--- a/examples-testing/examples/webgpu_postprocessing.ts
Expand Down
186 changes: 0 additions & 186 deletions examples-testing/examples/css2d_label.ts

This file was deleted.

Loading

0 comments on commit 9d460d0

Please sign in to comment.