POV-Ray : Newsgroups : povray.binaries.animations : cloth-cloth collissions : Re: cloth-cloth collissions Server Time
20 Jul 2024 05:29:01 EDT (-0400)
  Re: cloth-cloth collissions  
From: Apache
Date: 6 Feb 2002 01:16:04
Message: <3c60ca24$1@news.povray.org>
The collission detection doesn't need much extra time, because those
bounding things work really fast.

In fact I created those boundbox animations for testing purposes.
As you could see those boxes have different colors.
The color of a box shows if there are collissions between atoms inside the
box or between atoms of that box and atoms of a neighbor box.
(There are 26 neighbor boxes. Just check the first 13 of those neighbors,
otherwise you'll check the same collissions twice and would be a waste of
cycles.)
The colors of the boxes:
 - blue: no collissions
 - red: collissions between directly connected atoms --> ignore
 - yellow: collissions --> add springs to push atoms apart.


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.