Home › Forums › GAMES在线课程(现代计算机图形学入门)讨论区 › 作业8verlet结果不正确 This topic has 6 replies, 5 voices, and was last updated 4 years, 6 months ago by 6carol6. Viewing 4 reply threads Author Posts 2020年4月29日 at 上午11:30 #6268 Score: 0 chihiroParticipant 请问有同学遇到过这种verlet结果只有一个固定的点嘛 Attachments:You must be logged in to view attached files. 2020年4月29日 at 下午1:32 #6272 Score: 0 L-SunParticipant 一端固定了,另一端应该移动dist的2倍,而不是1倍。 2020年4月29日 at 下午4:10 #6279 Score: 0 chihiroParticipant 2倍结果没有变化唉 2020年4月29日 at 下午6:16 #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; 2020年4月30日 at 下午5:14 #6336 Score: 0 chihiroParticipant 改了之后还是一个点。。 2020年4月30日 at 下午12:00 #6305 Score: 0 XiaoAnParticipant 题主解决了吗。。。一样啊。!! 2020年5月1日 at 下午2:24 #6384 Score: 0 6carol6Participant a不对把应该是gravity/mess吧? Author Posts Viewing 4 reply threads You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In