Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions examples-testing/changes.patch
Original file line number Diff line number Diff line change
Expand Up @@ -15167,7 +15167,7 @@ index cc8b96417..05daea134 100644
gui.add(gravity, 'value', -0.0098, 0, 0.0001).name('gravity');
gui.add(bounce, 'value', 0.1, 1, 0.01).name('bounce');
diff --git a/examples-testing/examples/webgpu_compute_particles_rain.ts b/examples-testing/examples/webgpu_compute_particles_rain.ts
index 501197849..98b6649b4 100644
index 2ad22271b..e873a5f46 100644
--- a/examples-testing/examples/webgpu_compute_particles_rain.ts
+++ b/examples-testing/examples/webgpu_compute_particles_rain.ts
@@ -25,14 +25,17 @@ import * as BufferGeometryUtils from 'three/addons/utils/BufferGeometryUtils.js'
Expand Down Expand Up @@ -15196,7 +15196,7 @@ index 501197849..98b6649b4 100644

init();

@@ -101,7 +104,7 @@ async function init() {
@@ -106,7 +109,7 @@ async function init() {
//

const computeUpdate = Fn(() => {
Expand All @@ -15205,7 +15205,7 @@ index 501197849..98b6649b4 100644

const position = positionBuffer.element(instanceIndex);
const velocity = velocityBuffer.element(instanceIndex);
@@ -136,8 +139,8 @@ async function init() {
@@ -141,8 +144,8 @@ async function init() {

// next drops will not fall in the same place

Expand All @@ -15216,7 +15216,7 @@ index 501197849..98b6649b4 100644
.mul(100)
.add(-50);
});
@@ -274,7 +277,7 @@ async function init() {
@@ -279,7 +282,7 @@ async function init() {

// gui

Expand Down
2 changes: 1 addition & 1 deletion three.js
Loading