Why does it decay?

Is there any reasoning behind it, such as to prevent some nasty glitches?

Tags
Question

8 Comments

  • Log in to leave a comment
  • Profile image

    @AndrewGarrison Yayyyy

    4.1 years ago
  • Profile image

    CraftBuilder.CreateBodyScript sets the angularDrag to ModApi.Constants.InitialRigidBodyAngularDrag and it's never changed after that. Changing BodyScript.RigidBody.angularDrag to 0 outside of atmospheric density would do the trick.

    +2 4.1 years ago
  • Profile image

    @AndrewGarrison Okay, I will. How about give us some clue on making a mod on it? I've seen through ILSpy but I couldn't find which script makes the angular drag. I don't know how to make a mod not to add something but replace something. Can you help me on it?

    4.1 years ago
  • Profile image

    @AnotherFireFox Make a suggestion post and we'll get to it when we can.

    +1 4.1 years ago
  • Profile image

    @AndrewGarrison That's great, but can we have an option to disable the angular drag? This doesn't only hurt the feeling of realism, but also ruins my craft's key features - for example, my craft has real life scale of RCS thrusters and this is smaller than your angular drag so it can't really maneuver. It doesn't have stable aerodynamic reactions either. If we can't have the most accurate physics model, I'd have a fault version of it without angular drag. Allow us to have the option, please.

    PS: In my opinion, having a good PID controller and a strong enough gyro to compensate the angular instability would be better option than alter the law of physics to have the angular drag in the vacuum.

    4.1 years ago
  • Profile image

    Having a small amount of angular drag helps improve the stability of the physics engine. Without any drag we've occasionally the physics engine go bananas as if energy is continuing to creep into its calculations. We also don't support angular velocity when entering warp mode, so just adding a touch of angular drag seemed like a reasonable solution.

    +4 4.1 years ago
  • Profile image

    @AndrewGarrison

    4.1 years ago
  • Profile image
    Mod sflanker

    I have also been wondering about this lately. Trying to keep a craft rotating seens to be harder than it ought to be.

    +2 4.1 years ago

3 Upvotes

Log in in to upvote this post.