/* 359 */ this.physicalBody = new PhysicalBody();
/* */ else {
/* 361 */ this.physicalBody = this.configBody.j3dPhysicalBody;
/* */ }
/* 363 */ if (this.configEnv == null)
/* 364 */ this.physicalEnvironment = new PhysicalEnvironment();
/* */ else {
/* 366 */ this.physicalEnvironment = this.configEnv.j3dPhysicalEnvironment;
/* */ }
/* 368 */ this.j3dView.setPhysicalBody(this.physicalBody);
/* 369 */ this.j3dView.setPhysicalEnvironment(this.physicalEnvironment);