Skip to content

Commit

Permalink
fix(Feature2Mesh): set scale transformation from FeatureCollection.
Browse files Browse the repository at this point in the history
  • Loading branch information
gchoqueux committed Nov 9, 2021
1 parent 944e412 commit 0f5cd07
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Converter/Feature2Mesh.js
Original file line number Diff line number Diff line change
Expand Up @@ -484,6 +484,7 @@ export default {

group.quaternion.copy(collection.quaternion);
group.position.copy(collection.position);
group.scale.copy(collection.scale);

return group;
};
Expand Down

0 comments on commit 0f5cd07

Please sign in to comment.