Skip to content

Commit

Permalink
removed scaling, revert to millimeters
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremy Tammik committed May 18, 2014
1 parent 11719c5 commit 969838f
Show file tree
Hide file tree
Showing 6 changed files with 733,744 additions and 733,743 deletions.
3 changes: 2 additions & 1 deletion RvtVa3c/Va3cExportContext.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,9 @@ class Va3cExportContext : IExportContext

/// <summary>
/// Scale the model down from millimetres to metres.
/// Nope, acually we stick with millimetres after all.
/// </summary>
double _scale = 0.001;
double _scale = 1.0;

/// <summary>
/// If true, switch Y and Z coordinate
Expand Down
Loading

0 comments on commit 969838f

Please sign in to comment.