Profile image

How to make a pitch roll controlled turret?

25.8k Rob119  one month 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
    29.2k 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 one month ago
  • Profile image
    29.2k IFVuser

    @Rob119 no problem

    +1 one month ago
  • Profile image
    25.8k Rob119

    @IFVuser tsym!

    one month ago
  • Profile image
    6,089 Husky12345

    @IFVuser test

    one month ago
  • Profile image

    @WzNick test

    one month ago
  • Profile image
    615 WzNick

    @Theinfinite use this ` and no, not this '

    +1 one month ago
  • Profile image

    @WzNick how to do that text ?

    one month ago
  • Profile image
    615 WzNick

    @Rob119 I think sum(Pitch) or something similar

    one month ago
  • Profile image

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

    one month ago
  • Profile image
    25.8k 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 one month ago
  • Profile image

    Simply use winch and rotators with pitch and roll controls

    +1 one month ago