Bug #18071
5m Fairing Truss & Node Positions
100%
Description
The new 5m fairing (fairingSize4) has the same truss scale and node positions as the 3.75m fairing (fairingSize3). The truss scale and node positions need to be corrected.
Here is the relevant portion of fairingSize4.cfg:
MODEL
{
model = Squad/Parts/Aero/fairings/AutoTruss
scale = 3,3,3
position = 0.0,0.22,0.0
}
node_stack_interstage01a = 0.0, 1.68, 0.0, 0.0, -1.0, 0.0, 2
node_stack_interstage01b = 0.0, 1.76, 0.0, 0.0, 1.0, 0.0, 2
node_stack_interstage02a = 0.0, 3.18, 0.0, 0.0, -1.0, 0.0, 2
node_stack_interstage02b = 0.0, 3.26, 0.0, 0.0, 1.0, 0.0, 2
node_stack_interstage03a = 0.0, 4.68, 0.0, 0.0, -1.0, 0.0, 2
node_stack_interstage03b = 0.0, 4.76, 0.0, 0.0, 1.0, 0.0, 2
node_stack_interstage04a = 0.0, 6.18, 0.0, 0.0, -1.0, 0.0, 2
node_stack_interstage04b = 0.0, 6.26, 0.0, 0.0, 1.0, 0.0, 2
node_stack_interstage05a = 0.0, 7.68, 0.0, 0.0, -1.0, 0.0, 2
node_stack_interstage05b = 0.0, 7.76, 0.0, 0.0, 1.0, 0.0, 2
node_stack_interstage06a = 0.0, 9.18, 0.0, 0.0, -1.0, 0.0, 2
node_stack_interstage06b = 0.0, 9.26, 0.0, 0.0, 1.0, 0.0, 2
Based on the scaling between the various fairings, the actual values should be:
MODEL
{
model = Squad/Parts/Aero/fairings/AutoTruss
scale = 4,4,4
position = 0.0,0.22,0.0
}
node_stack_interstage01a = 0.0, 2.17, 0.0, 0.0, -1.0, 0.0, 2
node_stack_interstage01b = 0.0, 2.27, 0.0, 0.0, 1.0, 0.0, 2
node_stack_interstage02a = 0.0, 4.17, 0.0, 0.0, -1.0, 0.0, 2
node_stack_interstage02b = 0.0, 4.27, 0.0, 0.0, 1.0, 0.0, 2
node_stack_interstage03a = 0.0, 6.17, 0.0, 0.0, -1.0, 0.0, 2
node_stack_interstage03b = 0.0, 6.27, 0.0, 0.0, 1.0, 0.0, 2
node_stack_interstage04a = 0.0, 8.17, 0.0, 0.0, -1.0, 0.0, 2
node_stack_interstage04b = 0.0, 8.27, 0.0, 0.0, 1.0, 0.0, 2
node_stack_interstage05a = 0.0, 10.17, 0.0, 0.0, -1.0, 0.0, 2
node_stack_interstage05b = 0.0, 10.27, 0.0, 0.0, 1.0, 0.0, 2
node_stack_interstage06a = 0.0, 12.17, 0.0, 0.0, -1.0, 0.0, 2
node_stack_interstage06b = 0.0, 12.27, 0.0, 0.0, 1.0, 0.0, 2
History
#2 Updated by Squelch over 6 years ago
- Status changed from New to Ready to Test
- Target version set to 1.4.2
- % Done changed from 0 to 80
#3 Updated by klesh almost 6 years ago
- Status changed from Ready to Test to Resolved
- % Done changed from 80 to 100
This was fixed a long time ago but never updated, or closed, or resolved or whatever.
#4 Updated by joshua.collins over 5 years ago
- Status changed from Resolved to Closed