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 Jan 19, 2025
1 parent ba0de4c commit 5e719d8
Show file tree
Hide file tree
Showing 419 changed files with 2 additions and 64,831 deletions.
13 changes: 2 additions & 11 deletions examples-testing/changes.patch
Original file line number Diff line number Diff line change
Expand Up @@ -4211,7 +4211,7 @@ index f1d00f01..2042c353 100644

document.removeEventListener('pointermove', onPointerMove);
diff --git a/examples-testing/examples/webgl_geometry_teapot.ts b/examples-testing/examples/webgl_geometry_teapot.ts
index 4c884a55..b94b16db 100644
index 2516d660..0d7d5628 100644
--- a/examples-testing/examples/webgl_geometry_teapot.ts
+++ b/examples-testing/examples/webgl_geometry_teapot.ts
@@ -5,22 +5,30 @@ import { GUI } from 'three/addons/libs/lil-gui.module.min.js';
Expand Down Expand Up @@ -15853,7 +15853,7 @@ index 989361b6..491df42d 100644
pixelBufferTexture.image.data = pixelBuffer;
pixelBufferTexture.needsUpdate = true;
diff --git a/examples-testing/examples/webgpu_multisampled_renderbuffers.ts b/examples-testing/examples/webgpu_multisampled_renderbuffers.ts
index d105b77c..2cdd4ba7 100644
index 6e69c3be..2cdd4ba7 100644
--- a/examples-testing/examples/webgpu_multisampled_renderbuffers.ts
+++ b/examples-testing/examples/webgpu_multisampled_renderbuffers.ts
@@ -1,14 +1,14 @@
Expand Down Expand Up @@ -15884,15 +15884,6 @@ index d105b77c..2cdd4ba7 100644
const radius = i % 2 === 0 ? fullRadius : halfRadius;

const phi = Math.acos(2 * Math.random() - 1) - Math.PI / 2; // phi: latitude, range -π/2 to π/2
@@ -41,7 +41,7 @@ init();
function initGUI() {
const gui = new GUI();
gui.add(params, 'samples', 0, 4).step(1);
- gui.add(params, 'animated', true);
+ gui.add(params, 'animated');
}

function init() {
@@ -97,7 +97,7 @@ function init() {
quadMesh = new THREE.QuadMesh(materialFX);
}
Expand Down
186 changes: 0 additions & 186 deletions examples-testing/examples/css2d_label.ts

This file was deleted.

Loading

0 comments on commit 5e719d8

Please sign in to comment.