Re: [Algorithms] String simulation
Brought to you by:
vexxed72
From: Gino v. d. B. <gin...@gm...> - 2010-08-03 13:10:22
|
There's an article "Ropes as Constraints" by Anton Knyazyev in Game Physics Pearls <http://www.amazon.com/Game-Physics-Pearls-Gino-Bergen/dp/1568814747> that offers a method for simulating inelastic ropes. It differs from the usual Jakobsen Verlet relaxation method in that it solves the rope as a single system of rigid components rather than a set of point masses with distance constraints that are solved iteratively. Gino PS: Apologies for the shameless plug... On 8/3/2010 3:33 AM, Ron Hay wrote: > Turns out searching for "string simulation" turns up a lot of things *not* about simulating little pieces of yarn and twine. Does anyone have pointers to papers/techniques for simulating string/rope/twine? > > On the plus side I've read a couple interesting papers on String Theory! > > Thanks... > > Ron > > ------------------------------------------------------------------------------ > The Palm PDK Hot Apps Program offers developers who use the > Plug-In Development Kit to bring their C/C++ apps to Palm for a share > of $1 Million in cash or HP Products. Visit us here for more details: > http://p.sf.net/sfu/dev2dev-palm > _______________________________________________ > GDAlgorithms-list mailing list > GDA...@li... > https://lists.sourceforge.net/lists/listinfo/gdalgorithms-list > Archives: > http://sourceforge.net/mailarchive/forum.php?forum_name=gdalgorithms-list |