| | |
| | | import {StoreConvey} from './object/StoreConvey.js'; |
| | | import {StoreGoods} from './object/StoreGoods.js'; |
| | | import {StaTask} from './object/StaTask.js'; |
| | | import {DefineModel} from './object/DefineModel.js' |
| | | |
| | | var APP = { |
| | | |
| | |
| | | this.initObjectSelect(); |
| | | this.initPointLockControl(this); |
| | | this.initFloor(); |
| | | this.initDefineModel(); |
| | | this.initBuilding(); |
| | | this.initConvey(); |
| | | } |
| | |
| | | this.addObject( helper ); |
| | | |
| | | // this.addObject(new Floor({position: {}})) |
| | | } |
| | | this.initDefineModel = () => { |
| | | const model = new DefineModel(this); |
| | | } |
| | | this.initBuilding = function () { |
| | | let buildingData = buildingObjects.objects; |