|
@@ -11,7 +11,7 @@
|
|
var child = new THREE.Object3D();
|
|
var child = new THREE.Object3D();
|
|
child.position.copy( position );
|
|
child.position.copy( position );
|
|
child.scale.copy( scale );
|
|
child.scale.copy( scale );
|
|
- child.rotation.copy( rotation );
|
|
|
|
|
|
+ child.quaternion.copy( rotation );
|
|
return child;
|
|
return child;
|
|
|
|
|
|
};
|
|
};
|