Fix style
This commit is contained in:
parent
0c8a8b627a
commit
4b93760f1b
|
|
@ -299,7 +299,7 @@ export class SkinObject extends THREE.Group {
|
||||||
rightLegPivot.position.y = -6;
|
rightLegPivot.position.y = -6;
|
||||||
|
|
||||||
this.rightLeg = new BodyPart(rightLegMesh, rightLeg2Mesh);
|
this.rightLeg = new BodyPart(rightLegMesh, rightLeg2Mesh);
|
||||||
this.rightLeg.name ="rightLeg";
|
this.rightLeg.name = "rightLeg";
|
||||||
this.rightLeg.add(rightLegPivot);
|
this.rightLeg.add(rightLegPivot);
|
||||||
this.rightLeg.position.y = -16;
|
this.rightLeg.position.y = -16;
|
||||||
this.rightLeg.position.x = -2;
|
this.rightLeg.position.x = -2;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue