POV-Ray : Newsgroups : povray.binaries.images : 3D Voronoi diagrams :-D Server Time
19 Apr 2024 16:16:22 EDT (-0400)
  3D Voronoi diagrams :-D (Message 1 to 6 of 6)  
From: Lars Rohwedder
Subject: 3D Voronoi diagrams :-D
Date: 3 Jan 2023 06:43:55
Message: <63b414fb@news.povray.org>
Inspired by <web.639e1b65c4c8e995b96893c06f35e431@news.povray.org>
I created my own Voronoi diagram generator and rendered some 
"asteroids", like the one you can see here.

Yes, it looks more like plastic, not rocky stone, but that is 
intentional. :-D

I hope you enjoy it and if you have suggestions how to make it better or 
looking more interesting, please let me know. Let the pieces made of 
refracting glass might be one option…

Lars R.


Post a reply to this message


Attachments:
Download 'voro-800.png' (258 KB) Download 'voro.pov.txt' (1 KB)

Preview of image 'voro-800.png'
voro-800.png

From: Bald Eagle
Subject: Re: 3D Voronoi diagrams :-D
Date: 3 Jan 2023 07:15:00
Message: <web.63b41b89eaa27b641f9dae3025979125@news.povray.org>
Lars Rohwedder <rok### [at] gmxde> wrote:

> I hope you enjoy it and if you have suggestions how to make it better or
> looking more interesting, please let me know.

Good work - I'm hoping a lot of this "outside" code gets deposited somewhere so
that eventually they can get integrated into the source code as SDL-accessible
tools.

You might try a proximity pattern, placing a light inside the center of the
asteroid, surrounding the asteroid with fog for the light rays to shine through,
assigning a vector to the center of each cell and then animating them outward
from the center to simulate an explosion, do something with the cracks in
between - fill them with spheres or sparklies, or blobs or strings/snakes/
glowing eyes....


Post a reply to this message

From: Bill Pragnell
Subject: Re: 3D Voronoi diagrams :-D
Date: 3 Jan 2023 13:15:00
Message: <web.63b46fd6eaa27b64b96893c06f35e431@news.povray.org>
Lars Rohwedder <rok### [at] gmxde> wrote:
[snip]

Looks really good, a very pleasant color scheme!

Good job with the rounded edges. How did you construct the cells? I can see some
faint banding on some of the faces, at low lighting angles.

It's interesting to see a different take!

Bill


Post a reply to this message

From: Dave Blandston
Subject: Re: 3D Voronoi diagrams :-D
Date: 3 Jan 2023 15:45:00
Message: <web.63b49332eaa27b645e9f7f8a9334df62@news.povray.org>
"Bill Pragnell" <bil### [at] hotmailcom> wrote:
> Good job with the rounded edges. How did you construct the cells? I can see some
> faint banding on some of the faces, at low lighting angles.



Anti-aliasing appears to be turned off - I wonder if that's the cause...


Post a reply to this message

From: Lars Rohwedder
Subject: Re: 3D Voronoi diagrams :-D
Date: 4 Jan 2023 07:11:48
Message: <63b56d04$1@news.povray.org>
Am 03.01.23 um 19:11 schrieb Bill Pragnell:
> Lars Rohwedder <rok### [at] gmxde> wrote:
> [snip]
> 
> Looks really good, a very pleasant color scheme!

Thank you.

> Good job with the rounded edges. How did you construct the cells? I 
> can see some faint banding on some of the faces, at low lighting
> angles.
Look into the attached .pov file: It is an isosurface, using a 
1024x1024x1024 df3 holding the cells. And albeit interpolation does a 
good job there are still artifacts due to the discrete voxels.


Lars R.


Post a reply to this message

From: Bill Pragnell
Subject: Re: 3D Voronoi diagrams :-D
Date: 5 Jan 2023 12:50:00
Message: <web.63b70d77eaa27b64b96893c06f35e431@news.povray.org>
Lars Rohwedder <rok### [at] gmxde> wrote:
> Look into the attached .pov file:

I completely failed to notice the .pov file was attached as well as the image :)

> It is an isosurface, using a
> 1024x1024x1024 df3 holding the cells.

That explains the artifacts, and why you didn't use aa. Was it slow to render?


Post a reply to this message

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