Thank you all. I think the problem is sloved 100%.
God save GameDev.net
/MindWipe
"If it doesn''t fit, force it; if it breaks, it needed replacement anyway."
Need an algorithm for a simple problem!!
One method that would look real nice is called Verlet integration (search on Verlet and Hitman) which was used in the Hitman engine. There is a nice paper out there that tells you how to do it, the method is almost trivial to implement and produces quite nice physics results - and is esp good for strings.
Brad
Brad
August 14, 2001 02:03 AM
quote:
Original post by Scoop
- L = PI / (number of points-1).
Just a quick thing, if the # of points is variable then make sure it''s not zero otherwise you might get a divide by zero error.
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement
Recommended Tutorials
Advertisement