Skip to content

Commit

Permalink
set default scale to 1
Browse files Browse the repository at this point in the history
  • Loading branch information
bertt committed Oct 23, 2024
1 parent 28a55fd commit f32bf57
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Instance.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ namespace i3dm.export;

public class Instance
{
public Instance()
{
Scale = 1;
}
public Geometry Position { get; set; }

public double Scale { get; set; }
Expand Down

0 comments on commit f32bf57

Please sign in to comment.