You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dynamic Objects: Added a new scale parameter to registerObject and registerObjectCustomId signatures.
Three.js Adapter: Added embedImages: true to the GLTFExporter configuration inside exportObject.
Bug Fixes
FPS Double-Tracking: Fixed a bug where framerate tracking ran twice simultaneously during VR sessions. The adapter now safely assumes control of FPS management (adapterManagesFPS).
UMD Singleton Bug: Resolved a configuration sync failure affecting legacy/strict bundlers (like Mattercraft) by ensuring the core SDK and adapters share the same memory context.
Build Updates
Unified Bundles: Updated Rollup to generate unified UMD bundles (c3d-bundle-[engine].umd.js) instead of isolated, duplicate adapter files.
Exports: Updated package.json to safely expose the new /bundles/ paths.