Skip to content

Commit

Permalink
Add jet vane transforms to RealEngines RD-100 series. Ref #1667
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanKell committed Jun 7, 2017
1 parent 5003265 commit e7fe3df
Showing 1 changed file with 29 additions and 0 deletions.
Expand Up @@ -473,6 +473,33 @@
{
@scale = 1.0, 1.0, 1.0
}

// modeling the jet vanes as four thrust transforms
MODEL
{
model = RealismOverhaul/emptyengine
position = 0.3, -0.77, 0.0
rotation = 0.0, 0.0, 0.0
}
MODEL
{
model = RealismOverhaul/emptyengine
position = -0.3, -0.77, 0.0
rotation = 0.0, 0.0, 0.0
}
MODEL
{
model = RealismOverhaul/emptyengine
position = 0.0, -0.77, 0.3
rotation = 0.0, 0.0, 0.0
}
MODEL
{
model = RealismOverhaul/emptyengine
position = 0.0, -0.77, -0.3
rotation = 0.0, 0.0, 0.0
@scale = 1.0, 1.0, 1.0
}

@scale = 1.0
@rescaleFactor = 1.0
Expand All @@ -499,6 +526,7 @@

@MODULE[ModuleEngines*]
{
%thrustVectorTransformName = newThrustTransform
@PROPELLANT[LiquidFuel]
{
@name = Ethanol90
Expand Down Expand Up @@ -534,6 +562,7 @@
!gimbalRangeXP = NULL
!gimbalRangeXN = NULL
@gimbalResponseSpeed = 16
%gimbalTransformName = newThrustTransform
}
}

Expand Down

0 comments on commit e7fe3df

Please sign in to comment.