mirror of
https://github.com/PorktoberRevolution/ReStocked
synced 2024-09-01 17:34:42 +00:00
Introduce RS+ patch to correct CoM on MH SP-R Triangle Structural Panels
This commit is contained in:
parent
9f980d42f7
commit
154a0a25c5
@ -0,0 +1,25 @@
|
|||||||
|
// Offsets the Center of Mass for the SP-R Triangle Panels to correctly locate the centroid.
|
||||||
|
|
||||||
|
// SP-R06 Structural Panel
|
||||||
|
@PART[Triangle0]
|
||||||
|
{
|
||||||
|
CoMOffset = 0.1042, 0, 0.1042
|
||||||
|
}
|
||||||
|
|
||||||
|
// SP-R12 Structural Panel
|
||||||
|
@PART[Triangle1]
|
||||||
|
{
|
||||||
|
CoMOffset = 0.2083, 0, 0.2083
|
||||||
|
}
|
||||||
|
|
||||||
|
// SP-R18 Structural Panel
|
||||||
|
@PART[Triangle1p5]
|
||||||
|
{
|
||||||
|
CoMOffset = 0.3125, 0, 0.3125
|
||||||
|
}
|
||||||
|
|
||||||
|
// SP-R25 Structural Panel
|
||||||
|
@PART[Triangle2]
|
||||||
|
{
|
||||||
|
CoMOffset = 0.4167, 0, 0.4167
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user