Viewing 4 reply threads
  • Author
    Posts
    • #6268 Score: 0
      chihiro
      Participant

      请问有同学遇到过这种verlet结果只有一个固定的点嘛

      Attachments:
      You must be logged in to view attached files.
    • #6272 Score: 0
      L-Sun
      Participant

      一端固定了,另一端应该移动dist的2倍,而不是1倍。

    • #6286 Score: 0
      .J.
      Participant
      Vector2D f_ba = b-a;
      Vector2D f_ab = a-b;

      改成:

      Vector2D f_ba = a-b;
      Vector2D f_ab = b-a;
      • #6336 Score: 0
        chihiro
        Participant

        改了之后还是一个点。。

    • #6305 Score: 0
      XiaoAn
      Participant

      题主解决了吗。。。一样啊。!!

    • #6384 Score: 0
      6carol6
      Participant

      a不对把应该是gravity/mess吧?

Viewing 4 reply threads
  • You must be logged in to reply to this topic.