|
|
|
|
|
|
| |
| |
|
|
From: Mike Raiford
Subject: Not the slightest clue how to implement, but neat idea ...
Date: 1 Sep 2009 13:55:57
Message: <4a9d602d$1@news.povray.org>
|
|
|
| |
| |
|
|
I have a neat idea ..
Given some sort of structure formula, simulate the growth of a crystal
from one or several seed points.
But I have no clue how to implement it.
(Inspired by the crystalline carapace on my Lithma creature) Would be
cool to like, render geodes and such in POV-Ray.
--
~Mike
Post a reply to this message
|
|
| |
| |
|
|
From: Warp
Subject: Re: Not the slightest clue how to implement, but neat idea ...
Date: 1 Sep 2009 14:08:59
Message: <4a9d633b@news.povray.org>
|
|
|
| |
| |
|
|
Mike Raiford <"m[raiford]!at"@gmail.com> wrote:
> Given some sort of structure formula, simulate the growth of a crystal
> from one or several seed points.
You mean like this?
http://en.wikipedia.org/wiki/Iterated_function_system
--
- Warp
Post a reply to this message
|
|
| |
| |
|
|
From: Kevin Wampler
Subject: Re: Not the slightest clue how to implement, but neat idea ...
Date: 1 Sep 2009 14:19:44
Message: <4a9d65c0$1@news.povray.org>
|
|
|
| |
| |
|
|
Mike Raiford wrote:
> I have a neat idea ..
>
> Given some sort of structure formula, simulate the growth of a crystal
> from one or several seed points.
>
This is the closest I could find: http://gamma.cs.unc.edu/HYB_ICE/, the
same group at UNC has a few other related papers as well. For your
purposes you probably could do without the fluid dynamics solver (or
just use a simple heuristic) which would simplify the implementation.
I think a more interesting question along the lines that you suggest
would be to provide simple high-level user controls of the shape of the
crystal an then grow a crystal to match those requirements (instead of
just being tailored for ice like this one).
I've also seen some things on building crystals with cellular automata
of Voronoi diagrams or such, but I think they're equally difficult to
control and don't give an nice results, but maybe they could be improved
in this respect.
Post a reply to this message
|
|
| |
| |
|
|
From: Mike Raiford
Subject: Re: Not the slightest clue how to implement, but neat idea ...
Date: 1 Sep 2009 14:24:01
Message: <4a9d66c1$1@news.povray.org>
|
|
|
| |
| |
|
|
Warp wrote:
> You mean like this?
> http://en.wikipedia.org/wiki/Iterated_function_system
Are you inferring that a suitably designed IFS could do this?
--
~Mike
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |