|
@@ -299,7 +299,7 @@ delSoures(){
|
|
actor.setMapper(mapper);
|
|
actor.setMapper(mapper);
|
|
// 旋转actor
|
|
// 旋转actor
|
|
actor.rotateY(45);// 绕y轴旋转
|
|
actor.rotateY(45);// 绕y轴旋转
|
|
- actor.setScale(5,5,5);//放大
|
|
|
|
|
|
+ actor.setScale(20,20,20);//放大
|
|
this.soureActors.push(actor);
|
|
this.soureActors.push(actor);
|
|
// this.renderer.addActor(actor);
|
|
// this.renderer.addActor(actor);
|
|
}
|
|
}
|