julien-c's picture
julien-c HF staff
do not gitignore the builds
6cd9596
raw
history blame
240 Bytes
self.importScripts( '../../../build/three.js' );
self.importScripts( './scene.js' );
self.onmessage = function ( message ) {
var data = message.data;
init( data.drawingSurface, data.width, data.height, data.pixelRatio, data.path );
};