Reaction wheels added

This commit is contained in:
Chris Adderley 2019-02-28 16:34:33 -08:00
parent d8742a0256
commit 0b70659c8b
5 changed files with 40 additions and 2 deletions

View File

@ -1,6 +1,8 @@
// Patches applying art changes to crewed utility/science parts
// Patches applying art changes to reaction wheels
// Contents:
// - .625m reaction wheel (sasModule)
// - Small Inline Reaction Wheel (sasModule)
// - Advanced Inline Stabilizer (advSasModule)
// - Advanced Reaction Wheel Module, Large (asasmodule1-2)
// .625m reaction wheel
@PART[sasModule] {
@ -21,3 +23,39 @@
%node_stack_bottom = 0.0, -0.0911109, 0.0, 0.0, -1.0, 0.0, 0
%node_stack_top = 0.0, 0.0911109, 0.0, 0.0, 1.0, 0.0, 0
}
// 1.25m reaction wheel
@PART[advSasModule] {
@author = Chris Adderley (Nertea)
!mesh = DELETE
!MODEL {}
MODEL {
model = ReStock/Assets/Control/restock-reactionwheel-125-1
}
DRAG_CUBE
{
cube = Default, 0.5389,0.7794,0.7665, 0.5389,0.7792,0.7665, 1.281,0.9797,0.1504, 1.281,0.9798,0.1504, 0.5389,0.7776,0.7665, 0.5389,0.7779,0.7665, 0,7.451E-09,-8.882E-16, 1.351,0.3993,1.351
}
%rescaleFactor = 1
}
// 2.5m reaction wheel
@PART[asasmodule1-2] {
@author = Chris Adderley (Nertea)
!mesh = DELETE
!MODEL {}
MODEL {
model = ReStock/Assets/Control/restock-reactionwheel-25-1
}
DRAG_CUBE
{
cube = Default, 1.245,0.7807,1.345, 1.245,0.7807,1.345, 4.643,0.9184,0.5737, 4.643,0.959,0.5463, 1.245,0.7746,1.345, 1.245,0.7746,1.345, 0,0,0, 2.5,0.5,2.5
}
%rescaleFactor = 1
}