diff --git a/examples-testing/changes.patch b/examples-testing/changes.patch index 573cd6a9e..06ecb8298 100644 --- a/examples-testing/changes.patch +++ b/examples-testing/changes.patch @@ -14401,7 +14401,7 @@ index 3a13ab5..2850b1b 100644 } }); diff --git a/examples-testing/examples/webgpu_parallax_uv.ts b/examples-testing/examples/webgpu_parallax_uv.ts -index 414dd0e..af4f4a6 100644 +index 3021949..4ba3502 100644 --- a/examples-testing/examples/webgpu_parallax_uv.ts +++ b/examples-testing/examples/webgpu_parallax_uv.ts @@ -5,9 +5,9 @@ import WebGPURenderer from 'three/addons/renderers/webgpu/WebGPURenderer.js'; diff --git a/three.js b/three.js index 027b25f35..bd2845f30 160000 --- a/three.js +++ b/three.js @@ -1 +1 @@ -Subproject commit 027b25f35d512a77b373334d92e7c3820f6d5255 +Subproject commit bd2845f30695aa1b87124e7b6117a32095f87109 diff --git a/types/three/examples/jsm/loaders/RGBMLoader.d.ts b/types/three/examples/jsm/loaders/RGBMLoader.d.ts index 1bfb5ae4c..f579e2ed3 100644 --- a/types/three/examples/jsm/loaders/RGBMLoader.d.ts +++ b/types/three/examples/jsm/loaders/RGBMLoader.d.ts @@ -24,6 +24,11 @@ export class RGBMLoader extends DataTextureLoader { onError?: (event: ErrorEvent) => void, ): CubeTexture; + loadCubemapAsync( + urls: string[], + onProgress?: (event: ProgressEvent) => void, + ): Promise; + parse(buffer: ArrayBuffer): RGBM; setDataType(dataType: TextureDataType): this;