POV-Ray : Newsgroups : povray.binaries.animations : Disintegrating sphere : Disintegrating sphere Server Time
2 May 2024 16:30:49 EDT (-0400)
  Disintegrating sphere  
From: Samuel Benge
Date: 1 Apr 2011 18:15:01
Message: <web.4d964dc57a9402c235639ff80@news.povray.org>
Hi,

Now that I have a method for generating a list of nearest neighbors in a given
point set, certain effects can be achieved. In this case a sphere is fractured
and broken apart into little chunks. It wouldn't have been possible without
first calculating the Voronoi cell associated with each point.

Each object is an intersection of planes and one big sphere. Parse time was a
little over 1/2 second per frame for 535 finite objects. The entire animation
(200 frames) took 31 minutes 51 seconds to finish.

The initial point set was generated with POV, and the neighbor list was created
with a C++ program I wrote using the voro++ library.

Having control over the points and being able to find their neighbors should
open up a number of new possibilities...

~Sam


Post a reply to this message


Attachments:
Download 'disintegrating-sphere.mpeg.mpg' (1314 KB)

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