Skip to content

v1.12.0

Choose a tag to compare

@elalish elalish released this 11 May 22:29
· 371 commits to master since this release
a051edd

Features

🆕 Added interact() method to create synthetic touch gestures that move the model; ideal for creating custom interaction prompts for rotation, zoom, and pan. #3320
🆕 Added 'poster-dismissed` event. Technically it's not new, but was undocumented.

Bug fixes

  • Fixed ImageBitmap memory leak. #3399
  • Fixed model cache, which was not properly caching GPU memory. #3417
  • Fixed glTFs with unused extra texture coordinates rendering incorrectly. #3426
  • Ensure the camera-change event is also fired for camera-target changes. #3427
  • Updated criteria for detecting baked shadow planes (unlit no longer required). #3431

Examples

✨ Added a custom prompt example to demonstrate interact() and the finger slots. #3320
✨ Fixed zoom sensitivity in the camera views example. #3356

Other notable changes