添加关照、全局等高线、修改图层问题
This commit is contained in:
8
dist/electron/static/sdk/three/jsm/offscreen/offscreen.js
vendored
Normal file
8
dist/electron/static/sdk/three/jsm/offscreen/offscreen.js
vendored
Normal file
@ -0,0 +1,8 @@
|
||||
import init from './scene.js';
|
||||
|
||||
self.onmessage = function ( message ) {
|
||||
|
||||
const data = message.data;
|
||||
init( data.drawingSurface, data.width, data.height, data.pixelRatio, data.path );
|
||||
|
||||
};
|
Reference in New Issue
Block a user