From 152fa494851983ad6af44532426930ce1b18211e Mon Sep 17 00:00:00 2001 From: Nathan Bierema Date: Fri, 12 Jun 2026 21:22:27 -0400 Subject: [PATCH 01/13] Update three.js --- three.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/three.js b/three.js index f71be835e..4c83d5e32 160000 --- a/three.js +++ b/three.js @@ -1 +1 @@ -Subproject commit f71be835efb9b87291ec1fadb1d986c06117d7bb +Subproject commit 4c83d5e32dc8ef3f46d4024689a752eeb7df4561 From cdc2a90aafdae7bf65902b54cb4428b8cecf9e5c Mon Sep 17 00:00:00 2001 From: Nathan Bierema Date: Fri, 12 Jun 2026 21:22:57 -0400 Subject: [PATCH 02/13] Update --- examples-testing/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples-testing/index.js b/examples-testing/index.js index 193f0741f..8a09a81e1 100644 --- a/examples-testing/index.js +++ b/examples-testing/index.js @@ -48,7 +48,7 @@ const exceptionList = [ 'webgl_texture2darray', 'webgl_worker_offscreencanvas', 'webgpu_compute_particles_fluid', - 'webgpu_compute_nanite-style', + 'webgpu_compute_rasterizer', 'webgpu_compute_reduce', 'webgpu_compute_water', 'webgpu_instance_sprites', From 153d6610e7c241c3f0138c773fafa176b8d5ead8 Mon Sep 17 00:00:00 2001 From: Nathan Bierema Date: Fri, 12 Jun 2026 21:24:51 -0400 Subject: [PATCH 03/13] Update --- types/three/examples/jsm/Addons.d.ts | 1 - types/three/examples/jsm/physics/AmmoPhysics.d.ts | 9 --------- 2 files changed, 10 deletions(-) delete mode 100644 types/three/examples/jsm/physics/AmmoPhysics.d.ts diff --git a/types/three/examples/jsm/Addons.d.ts b/types/three/examples/jsm/Addons.d.ts index 2ce4e684a..6ff13d251 100644 --- a/types/three/examples/jsm/Addons.d.ts +++ b/types/three/examples/jsm/Addons.d.ts @@ -170,7 +170,6 @@ export * from "./objects/Water.js"; export { Water as Water2 } from "./objects/Water2.js"; export type { WaterOptions as Water2Options } from "./objects/Water2.js"; -export * from "./physics/AmmoPhysics.js"; export * from "./physics/JoltPhysics.js"; export * from "./physics/RapierPhysics.js"; diff --git a/types/three/examples/jsm/physics/AmmoPhysics.d.ts b/types/three/examples/jsm/physics/AmmoPhysics.d.ts deleted file mode 100644 index 52bed6678..000000000 --- a/types/three/examples/jsm/physics/AmmoPhysics.d.ts +++ /dev/null @@ -1,9 +0,0 @@ -import { Mesh, Object3D, Vector3 } from "three"; - -export interface AmmoPhysicsObject { - addScene: (scene: Object3D) => void; - addMesh: (mesh: Mesh, mass?: number, restitution?: number) => void; - setMeshPosition: (mesh: Mesh, position: Vector3, index?: number) => void; -} - -export function AmmoPhysics(): Promise; From 452c6e9e54b836317e147df4baa5940177b5fc6d Mon Sep 17 00:00:00 2001 From: Nathan Bierema Date: Fri, 12 Jun 2026 21:25:14 -0400 Subject: [PATCH 04/13] Update three.js --- three.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/three.js b/three.js index 4c83d5e32..e240b796e 160000 --- a/three.js +++ b/three.js @@ -1 +1 @@ -Subproject commit 4c83d5e32dc8ef3f46d4024689a752eeb7df4561 +Subproject commit e240b796ec4ebae8974a260b8f08272c169fb2d6 From f21d171f669492efd103bda54216bc8d66a8c8ba Mon Sep 17 00:00:00 2001 From: Nathan Bierema Date: Fri, 12 Jun 2026 21:25:58 -0400 Subject: [PATCH 05/13] Update --- examples-testing/index.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/examples-testing/index.js b/examples-testing/index.js index 8a09a81e1..6b17fc2d4 100644 --- a/examples-testing/index.js +++ b/examples-testing/index.js @@ -79,11 +79,6 @@ const exceptionList = [ 'webxr_xr_haptics', 'webxr_xr_marchingcubes', 'webxr_xr_paint', - 'physics_ammo_break', - 'physics_ammo_cloth', - 'physics_ammo_rope', - 'physics_ammo_terrain', - 'physics_ammo_volume', ]; const re = /