mirror of https://gitee.com/antv-l7/antv-l7
fix(scene): render
This commit is contained in:
parent
5c806ba1ee
commit
6ba7f07c7d
|
@ -25,10 +25,9 @@ export default class Scene extends Base {
|
|||
|
||||
_initEngine(mapContainer) {
|
||||
this._engine = new Engine(mapContainer, this);
|
||||
// this.registerMapEvent();
|
||||
this.registerMapEvent();
|
||||
// this.workerPool = new WorkerPool();
|
||||
compileBuiltinModules();
|
||||
this._engine.run();
|
||||
}
|
||||
// 为pickup场景添加 object 对象
|
||||
addPickMesh(object) {
|
||||
|
|
Loading…
Reference in New Issue