Finish initial 3.75m redo (#12)

* New models and animations for 3.75m parts
This commit is contained in:
Chris Adderley
2018-06-13 12:58:11 -07:00
committed by GitHub
parent 6f66a4ee74
commit 165c07453b
36 changed files with 1219 additions and 2 deletions

View File

@ -3,3 +3,74 @@
// - Kerbodyne S3-3600 Tank (Size3SmallTank)
// - Kerbodyne S3-7200 Tank (Size3MediumTank)
// - Kerbodyne S3-14400 Tank (Size3LargeTank)
@PART[Size3SmallTank] {
@author = Chris Adderley
!mesh = DELETE
!MODEL {}
MODEL {
model = ReStock/Assets/FuelTank/restock-fueltank-375-3
}
MODEL {
model = ReStock/Assets/FuelTank/restock-endcap-fueltank-375-orange
position = 0.0, 0.96, 0.0
scale = 1,1,1
rotation = 0, 0, 0
}
MODEL {
model = ReStock/Assets/FuelTank/restock-endcap-fueltank-375-orange
position = 0.0, -0.967, 0.0
scale = 1,-1,1
rotation = 0, 0, 0
}
%rescaleFactor = 1
}
@PART[Size3MediumTank] {
@author = Chris Adderley
!mesh = DELETE
!MODEL {}
MODEL {
model = ReStock/Assets/FuelTank/restock-fueltank-375-2
}
MODEL {
model = ReStock/Assets/FuelTank/restock-endcap-fueltank-375-orange
position = 0.0, 1.931, 0.0
scale = 1,1,1
rotation = 0, 0, 0
}
MODEL {
model = ReStock/Assets/FuelTank/restock-endcap-fueltank-375-orange
position = 0.0, -1.937, 0.0
scale = 1,-1,1
rotation = 0, 0, 0
}
%rescaleFactor = 1
}
@PART[Size3LargeTank] {
@author = Chris Adderley
!mesh = DELETE
!MODEL {}
MODEL {
model = ReStock/Assets/FuelTank/restock-fueltank-375-1
}
MODEL {
model = ReStock/Assets/FuelTank/restock-endcap-fueltank-375-orange
position = 0.0, 3.74, 0.0
scale = 1,1,1
rotation = 0, 0, 0
}
MODEL {
model = ReStock/Assets/FuelTank/restock-endcap-fueltank-375-orange
position = 0.0, -3.74, 0.0
scale = 1,-1,1
rotation = 0, 0, 0
}
%rescaleFactor = 1
}