Doc > Changelog > 1.1.206
Engine:
- Importing module is now easier. It can be done with:
import {OBJLoaderModule} from 'https://unpkg.com/@polygonjs/polygonjs@latest/dist/modules/OBJLoader.js';
Poly.registerModule(OBJLoaderModule);
as seen in the examples for the sop/File and sop/Instance.
Editor:
no change
Learn about new versions with our newsletter, twitter, forum or discord.