|
@@ -315,7 +315,7 @@ addpump(pid,site){
|
|
|
actor.setPosition(pipsite_point[0],pipsite_point[1],pipsite_point[2]);
|
|
|
actor.getProperty().setColor(SOURECOLOR);
|
|
|
actor.setMapper(mapper);
|
|
|
- actor.setScale(0.5,0.5,0.5);//放大
|
|
|
+ actor.setScale(0.3,0.3,0.3);//放大
|
|
|
// 旋转actor
|
|
|
// actor.rotateY(90);// 绕y轴旋转
|
|
|
this.pmpActors.push(actor);
|