What's Changed
- Lock file maintenance by @renovate in #1221
- #1222-DRACOLoader.d.ts-add-parse-function by @Adamatoma in #1223
- WebGPURenderer: Added basic three.webgpu.nodes.js by @Methuselah96 in #1225
- WebGPURenderer: add BundleGroup by @Methuselah96 in #1226
- Augment Scene with Node parameters by @Methuselah96 in #1227
- fix: Quaternion fromArray and toArray signatures by @mattrossman in #1230
- WebGPURenderer: Fix Material Arrays and Geometry Groups by @Methuselah96 in #1232
- Checkout DefinitelyTyped faster by @Methuselah96 in #1233
- Nodes: Introduce static type by @Methuselah96 in #1234
- TSL: Export color space, tone mapping methods by @Methuselah96 in #1235
- Addons: Remove SDFGeometryGenerator. by @Methuselah96 in #1236
- WebGPURenderer: sort bind groups and minimise setBindGroup() commands by @Methuselah96 in #1237
- WebGLRenderer: Remove deprecated BufferAttribute.updateRange() and InterleavedBuffer.updateRange(). by @Methuselah96 in #1238
- LightProbeHelper: Add WebGPU version. by @Methuselah96 in #1239
- WebGPURenderer: Compute modelViewMatrix using GPU by @Methuselah96 in #1240
- EXRExporter: Add support for WebGPURenderer. by @Methuselah96 in #1241
- WebGPURenderer: Use world space normal approach by @Methuselah96 in #1242
- KTX2Exporter: Add support for WebGPURenderer. by @Methuselah96 in #1243
- WebGPURenderer: Add cube face to readRenderTargetPixelsAsync parameters by @Methuselah96 in #1244
- WebGPURenderer: Add support for VSM. by @Methuselah96 in #1245
- Addons: Remove GPUStatsPanel. by @Methuselah96 in #1246
- ShadowMapViewer: Add WebGPU version. by @Methuselah96 in #1247
- Examples: add webgpu_animation_retargeting by @Methuselah96 in #1248
- TSL: Introduce screenUV, screenSize, screenCoordinate and viewport revision by @Methuselah96 in #1249
- WebGPURenderer: extract common draw call logic from backends by @Methuselah96 in #1250
- Examples: Add webgpu_tonemapping.html by @Methuselah96 in #1251
- Controls: Add null as default parameter for domElement. by @Methuselah96 in #1252
- TextureUtils: Add WebGPU version. by @Methuselah96 in #1253
- Addons.js: Remove WebGPU modules. by @Methuselah96 in #1254
- LightProbeGenerator: adapt for WebGPU compatibility by @Methuselah96 in #1255
- Addons: Remove PackedPhongMaterial. by @Methuselah96 in #1256
- Docs: Document the examples/jsm/lines components. by @Methuselah96 in #1257
- Audio: Add delay parameter to stop(). by @Methuselah96 in #1258
- LOD: Add removeLevel(). by @Methuselah96 in #1259
- TSL: Add workingToColorSpace, colorSpaceToWorking by @Methuselah96 in #1260
- TransformControls: Derive from Controls. by @Methuselah96 in #1261
- TransformControls: Rename getGizmo() to getHelper(). by @Methuselah96 in #1262
- WebGPURenderer: Introduce NodeMaterialObserver and updates by @Methuselah96 in #1263
- BatchedMesh setGeometryIdAt getGeometryIdAt by @Methuselah96 in #1264
- SkeletonUtils: added hipInfluence by @Methuselah96 in #1265
- WebGPURenderer: WebGL fallback, use shared UBOs for common uniform groups by @Methuselah96 in #1266
- SkeletonUtils: added trim by @Methuselah96 in #1267
- Examples: Retargeting animation - mixamo to readyplayer.me by @Methuselah96 in #1268
- WebGPURenderer: copyFrameBufferTexture() rectangle parameter added by @Methuselah96 in #1269
- Raycaster: Add barycoord to intersection result, make attribution interpolation more convenient. by @Methuselah96 in #1270
- BatchedMesh: add deleteInstance() by @Methuselah96 in #1271
- Lensflare: Add WebGPU version. by @Methuselah96 in #1272
- WebGLRenderer: add reverse-z via EXT_clip_control by @CodyJasonBennett in #1231
- WebGLProgram: add USE_REVERSEDEPTHBUF define by @Methuselah96 in #1273
- Fix running tests locally by @Methuselah96 in #1274
- RenderObject: Introduce getGeometryCacheKey() by @Methuselah96 in #1275
- CurveModifier: Add WebGPU version. by @Methuselah96 in #1276
- BatchedMesh: Add getGeometryRangeAt by @Methuselah96 in #1277
- WebGPURenderer: Introduce hash-based cache key by @Methuselah96 in #1278
- ToonOutlinePassNode: Add FX pass for toon outlines. by @Methuselah96 in #1279
- Update three.js by @Methuselah96 in #1280
- Addons: Remove TiltLoader. by @Methuselah96 in #1281
- Update three.js by @Methuselah96 in #1282
New Contributors
- @Adamatoma made their first contribution in #1223
Full Changelog: r168...r169