Profile image

How to make a pitch roll controlled turret?

20.7k Rob119  7 days ago

So I need to know exactly how I make a turret controlled with pitch and roll.
Anyone know how?

  • Log in to leave a comment
  • Profile image
    25.9k IFVuser

    smooth(clamp(sign(Roll),-1,1)*clamp01(Roll!=0)
    ,0.5*abs(Roll))

    for limited turret traverse, change "Roll" to "Pitch" for turret elevation
    use sum(Roll/2) for endless traverse

    Pinned 7 days ago
  • Profile image
    25.9k IFVuser

    @Rob119 no problem

    +1 6 days ago
  • Profile image
    20.7k Rob119

    @IFVuser tsym!

    7 days ago
  • Profile image
    3,648 Husky12345

    @IFVuser test

    7 days ago
  • Profile image
    2,322 Theinfinite

    @WzNick test

    7 days ago
  • Profile image
    0 WzNick

    @Theinfinite use this ` and no, not this '

    +1 7 days ago
  • Profile image
    2,322 Theinfinite

    @WzNick how to do that text ?

    7 days ago
  • Profile image
    0 WzNick

    @Rob119 I think sum(Pitch) or something similar

    7 days ago
  • Profile image

    @Rob119 ow, I have no idea about that...

    7 days ago
  • Profile image
    20.7k Rob119

    @LunarEclipseSP well I mean like the ones that don't go back yk? Ones that stay where you turned them idk. Those ones

    +1 7 days ago
  • Profile image

    Simply use winch and rotators with pitch and roll controls

    +1 7 days ago