Skip to content

Commit

Permalink
Editor: set filename for svg (#28340)
Browse files Browse the repository at this point in the history
  • Loading branch information
linbingquan committed May 12, 2024
1 parent 2bb030b commit 12db963
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions editor/js/Loader.js
Expand Up @@ -586,6 +586,7 @@ function Loader( editor ) {
//

const group = new THREE.Group();
group.name = filename;
group.scale.multiplyScalar( 0.1 );
group.scale.y *= - 1;

Expand Down

0 comments on commit 12db963

Please sign in to comment.