Skip to content

Commit

Permalink
Update examples testing patch
Browse files Browse the repository at this point in the history
  • Loading branch information
Methuselah96 committed Dec 22, 2023
1 parent cf3a436 commit 03bd554
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples-testing/changes.patch
Original file line number Diff line number Diff line change
Expand Up @@ -5031,7 +5031,7 @@ index ecf53eb..4f865bd 100644

mouseX = event.clientX - windowHalfX;
diff --git a/examples-testing/examples/webgl_gpgpu_birds_gltf.ts b/examples-testing/examples/webgl_gpgpu_birds_gltf.ts
index 58aee4f..dfec2ec 100644
index 58aee4f..d66c36e 100644
--- a/examples-testing/examples/webgl_gpgpu_birds_gltf.ts
+++ b/examples-testing/examples/webgl_gpgpu_birds_gltf.ts
@@ -2,7 +2,7 @@ import * as THREE from 'three';
Expand All @@ -5051,7 +5051,7 @@ index 58aee4f..dfec2ec 100644
+let textureAnimation: THREE.DataTexture,
+ durationAnimation: number,
+ birdMesh: THREE.Mesh,
+ materialShader: THREE.Shader,
+ materialShader: THREE.WebGLProgramParametersWithUniforms,
+ indicesPerBird: number;

-function nextPowerOf2(n) {
Expand Down

0 comments on commit 03bd554

Please sign in to comment.