Announcement

Collapse
No announcement yet.

Updating camera-Tank Steering

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Updating camera-Tank Steering

    1) i have a tank (subclassed from Kvehicle) and when i turn the tank the camera doesnt turn with it (behindview). Now, is there just a special line of cose i can enter to update the cameras looking rotation or do i have to code it all manualy

    2) currenty the tank has 6 wheels, 3 on each side. When it turns on the spot one side goes forwards and the other goes back, that works good. But when it turns while moving one side simply moves slower, this doesnt work well, what should i do to fix this.

    #2
    Re: Updating camera-Tank Steering

    Originally posted by FireCrack
    1) i have a tank (subclassed from Kvehicle) and when i turn the tank the camera doesnt turn with it (behindview). Now, is there just a special line of cose i can enter to update the cameras looking rotation or do i have to code it all manualy
    You have to code that into the specialview code.

    Originally posted by FireCrack
    2) currenty the tank has 6 wheels, 3 on each side. When it turns on the spot one side goes forwards and the other goes back, that works good. But when it turns while moving one side simply moves slower, this doesnt work well, what should i do to fix this.
    Maybey its sliping the slow wheels, try increasin the grip on the wheels while slowing them down

    Comment


      #3
      Yep, I agree. Your model is exactly how tanks turn anyway - I guess just playing with the torque curves and grip will sort it out.

      Comment

      Working...
      X