Skip to content

Commit

Permalink
Fixed the node sizes for the MFT containers.
Browse files Browse the repository at this point in the history
  • Loading branch information
taraniselsu committed Jan 25, 2015
1 parent d8b8f65 commit b826319
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ PART:NEEDS[modularFuelTanks|RealFuels]
rescaleFactor = 2

// --- node Definitions ---
node_stack_top = 0.0, 0.125, 0.0, 0.0, 1.0, 0.0, 1
node_stack_bottom = 0.0, -0.125, 0.0, 0.0, -1.0, 0.0, 1
node_stack_top = 0.0, 0.125, 0.0, 0.0, 1.0, 0.0, 2
node_stack_bottom = 0.0, -0.125, 0.0, 0.0, -1.0, 0.0, 2

// attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollision
attachRules = 1,0,1,1,0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ PART:NEEDS[modularFuelTanks|RealFuels]
rescaleFactor = 0.5

// --- node Definitions ---
node_stack_top = 0.0, 0.125, 0.0, 0.0, 1.0, 0.0, 1
node_stack_bottom = 0.0, -0.125, 0.0, 0.0, -1.0, 0.0, 1
node_stack_top = 0.0, 0.125, 0.0, 0.0, 1.0, 0.0, 0
node_stack_bottom = 0.0, -0.125, 0.0, 0.0, -1.0, 0.0, 0

// attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollision
attachRules = 1,0,1,1,0
Expand Down

0 comments on commit b826319

Please sign in to comment.