Skip to content

Commit

Permalink
Fix scaling on D2 Nosecone
Browse files Browse the repository at this point in the history
resolves #167
  • Loading branch information
Capkirk123 committed May 8, 2024
1 parent 6645ae5 commit 30512fb
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ PART
}

scale = 1
rescaleFactor = 1.0
rescaleFactor = 1.1072 //because it's not scaled the same as the LES cover for some reason
node_stack_bottom = 0.0, -0.275, 0.0, 0.0, -1.0, 0.0, 1
node_stack_bottom = 0.0, -0.04516, 0.0, 0.0, -1.0, 0.0, 1
CoMOffset = 0.0, 1.0, 0.0
CoPOffset = 0.0, 0.0, 0.0
Expand Down

0 comments on commit 30512fb

Please sign in to comment.