ed / libs /three.js /examples /jsm /offscreen /offscreen.js
joserpagil's picture
Upload 1950 files
ab7708e verified
Raw
History Blame Contribute Delete
188 Bytes
import init from './scene.js';
self.onmessage = function ( message ) {
const data = message.data;
init( data.drawingSurface, data.width, data.height, data.pixelRatio, data.path );
};