When transferable list is specified, postingMessage to worker doesn't copy data.
@@ -133,7 +133,7 @@ THREE.CTMLoader.prototype.load = function( url, callback, parameters ) {
};
- worker.postMessage( { "data": binaryData, "offsets": offsets } );
+ worker.postMessage( { "data": binaryData, "offsets": offsets }, [binaryData.buffer] );
} else {