Added: 4 years ago
From: danielchasehooper
Views: 14,023
Sort by time | Sort by thread (beta)

Link to this comment:

Share to:
see all

All Comments (6)

Sign In or Sign Up now to post a comment!
  • Verlet is a numerical integration method, in order to transform accelerations into positions.

  • Verlet is this simples engine code (using x/y vectors): tempx = x tempy = y x = x + (x - oldx) y = y + (y - oldy) oldx = tempx oldy = tempy It's a formula to simulate velocity vectors. It's like the 2nd law Newton's of motion: "An object will stay at rest or continue at a constant velocity unless acted upon by an external unbalanced force" But the 'force' thing is another engine...
  • and the foce, how do make that?, i am looking for a tutorial of something like this but i can find anything on the web, do you know of some kind of tutorial or explanation of physics in computers?

  • @msndokaralho Sounds like world of goo's engine... 0.o

  • cool man like to see more

Loading...
0 / 00Unsaved Playlist Return to active list
    1. Your queue is empty. Add videos to your queue using this button:
      or sign in to load a different list.
    Loading...Loading...Saving...
    • Clear all videos from this list
    • Learn more