POV-Ray : Newsgroups : povray.binaries.images : Icosahedral fractal Server Time
2 Aug 2024 22:19:40 EDT (-0400)
  Icosahedral fractal (Message 1 to 2 of 2)  
From: quickfur
Subject: Icosahedral fractal
Date: 2 Feb 2007 19:00:01
Message: <web.45c3ceb3e8130f30dd5364bf0@news.povray.org>
This was originally intended to be a candidate for the challenge
to create the most objects with the least code, but somewhere
along the line I decided that it was a fun scene on its own so I
relaxed the minimal code requirement. This object is created
using cones/cylinders and spheres, and is done by basically
recursively substituting the vertices of a regular icosahedron
with a smaller icosahedron, et infinitum. Well, not quite
infinitum, only 5 levels deep since my laptop has only 500MB
and povray has resisted my attempts to reduce its memory
usage. (I did discover a way of using mutually-referencing
objects in an array instead of a recursive macro, in order to
cut down parsing time, but that didn't seem to reduce the
amount of memory POV uses to instantiate the object after
parsing).

Just for fun, the colors of the objects are picked from the
vertices of an icosahedron inscribed in the RGB cube. (I
did this just 'cos I already had an array of icosahedron
vertices, and I was too lazy to code a separate scheme
for picking object colors. All it takes is to reinterpret the
vertices as colors, appropriately scaled.)

The scene has 43356 finite objects and 1 light source. The
golden spheres are actually hollow, transparent glass
shells, but at this resolution you can't really tell.


Post a reply to this message


Attachments:
Download 'short02.png' (380 KB)

Preview of image 'short02.png'
short02.png


 

From: curtmack
Subject: Re: Icosahedral fractal
Date: 3 Feb 2007 21:30:00
Message: <web.45c544b3a72b877e498d62b30@news.povray.org>
Neato. Not much more I can say than that, it's just... cool.


Post a reply to this message

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