|
|
|
|
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Many moons ago in one of these newsgroups I described
a functionality of the POV-Ray planting system which
I would like to create. As usual I didn't have time
even to start that project :( But the idea was to
create either a script or a set of scripts with very
similar functionality to Norbert's script.
One of the ideas was to implement arbitrary user-defined
areas through pigments. So that in addition to checking
current height the script could also check the RGB of provided
pigment. The pigment should be black&white. If the color is black
there is no any plant in place. If the color is white there is
a plant in this point. If the color is gray the plant could
have the height depending on the intensity of the grey. This
way you could vary plant heights in the border zones.
For example, to make curved road using this approach you could
provide pigment as an image map prepared in Photoshop. The road
could have black color with gradient to white zones for plants.
Another pigment provided to the scripts could control the color
of the grass or stems. And voila you can control absolutely all
parameters of your plants.
Good luck!
Gena.
"Charles C" <nomail@nomail> wrote:
> Looking good!
>
> I'd want to be able to put arbitrary user-defined paved areas and such
> around it... I.e. define arbitrarily shaped patches of vegetation. For
> instance, I'm picturing something like those little vegetated circle they
> put in the center of some intersections... Or, be able to define absolute
> 0-probability growth areas within the rectangle (I think this might be the
> way you're heading?), allowing a csg or mesh road going through the larger
> vegetated environment. (Same net effect...)
>
> What kind of system/script are you writing the "calculations" in?
>
> Charles
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Hi Norbert,
I would like to try out your scene on my PC to see, how much time it then
takes. That might be an interesting comparizon.
My system specs:
Intel Dual Core Pentium 4 @ 3.06 GH
1.25 GB DDR RAM @ 333 MH
Windows XP Media Edition
Would that be okay with you?
Besides that, your scene results are looking great! Very natural! I think,
you are doing here some real pioneer works! I would have many needs for your
plants and distributions...
Best greetings,
Sven
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Really very interesting! Really impressive!
My dream is use a macro how this in my outdoor projects.
Congratulations!
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Tail Kinker <gro### [at] yahoocouk> wrote:
>
> Very nice. I missed the first one; I feel the loss. :)
>
> I tried something like this for my landscapes, but the results were
> sucky^H^H^H^H^Huninspiring. My scene took two days to parse (on a PII
> 366), so I said fsck it and killed it before it started rendering.
>
> Do you have any intention of posting the macro for this? If so, I might
> take another stab at using it in my landscapes.
WIP 1 thread is in -
http://news.povray.org/povray.binaries.images/thread/%3Cweb.44aecceb9373cf132680557b0%40news.povray.org%3E/?mtop=11
..
Yes, I'll post the files - simply because this is how a community works!
Norbert Kern
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
"gonzo" <rgo### [at] lansetcom> wrote:
> "Norbert Kern" <nor### [at] t-onlinede> wrote:
> > Now when I made the first steps it
> > seems so easy that I don't understand why it took so long.
> >
> >
> > Norbert Kern
>
> <Gasp> <Choke> EASY??? I don't even understand half of your discussion,
> but the results are amazing!
>
> Just keep doing whay you're doing!
>
> RG
Thank you!
It' s really easy -
1. define random points (plants) within a square, each with age and size
2. check neighborhood of your points
3. define new size dependent on
- old size
- influences of same species
- influences of other species
- influence of water sensitivity, light, roots...
- a small growth step
4. raise age
5. substitute old or small plants by others with age zero
6. goto step 2
After about 40 iterations you have your results.
Norbert Kern
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
"Charles C" <nomail@nomail> wrote:
> Looking good!
>
> I'd want to be able to put arbitrary user-defined paved areas and such
> around it... I.e. define arbitrarily shaped patches of vegetation. For
> instance, I'm picturing something like those little vegetated circle they
> put in the center of some intersections... Or, be able to define absolute
> 0-probability growth areas within the rectangle (I think this might be the
> way you're heading?), allowing a csg or mesh road going through the larger
> vegetated environment. (Same net effect...)
>
> What kind of system/script are you writing the "calculations" in?
>
> Charles
That's easy. In fact I implemented an image_map dependent way to define or
exclude areas of vegetation. But I can imagine several ways to exclude some
areas. The challenge lies in the borders - if you look carefully, grass
becomes sometimes smaller and differently orented near the borderline.
Because it is less boring I use an animation for the iterations. I write the
values in an include file which is read back for each iteration step.
Of course its all done within Povray.
Norbert Kern
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
=?ISO-8859-1?Q?J=F6rg_=27Yadgar=27_Bleimann?= <yaz### [at] gmxde> wrote:
> High!
>
> *Sigh* ...would still take several new computer generations before I can
> render a flight over the blooming springtime steppes of Bactria in
> bearable time... er, in realtime of course! I just hope my grand-nephews
> or -nieces would be inclined to raytracing then...
I can imagine of several tricks to simulate a good vegetation in realtime.
By example you can store millions of predefined coordinates and calculate
only the visible ones...
Norbert Kern
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Stefan Viljoen <spamnot@<removethis>polard.com> wrote:
> This keeps looking better and better - Pewsey wanna macro.... NOW.
If you want, I can sent it to you directly in its current state.
Norbert Kern
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
"Gena" <nomail@nomail> wrote:
> Many moons ago in one of these newsgroups I described
> a functionality of the POV-Ray planting system which
> I would like to create. As usual I didn't have time
> even to start that project :( But the idea was to
> create either a script or a set of scripts with very
> similar functionality to Norbert's script.
>
> One of the ideas was to implement arbitrary user-defined
> areas through pigments. So that in addition to checking
> current height the script could also check the RGB of provided
> pigment. The pigment should be black&white. If the color is black
> there is no any plant in place. If the color is white there is
> a plant in this point. If the color is gray the plant could
> have the height depending on the intensity of the grey. This
> way you could vary plant heights in the border zones.
>
> For example, to make curved road using this approach you could
> provide pigment as an image map prepared in Photoshop. The road
> could have black color with gradient to white zones for plants.
>
> Another pigment provided to the scripts could control the color
> of the grass or stems. And voila you can control absolutely all
> parameters of your plants.
> Good luck!
>
> Gena.
Of course I remember your post. But I didn't read it carefully enough.
Since I use Xfrog for plant modelling I don't see an urgent need for a
pov-based plant macro. But if I would have recognized your offer to
integrate vegetation distribution, we would have worked on that.
Norbert Kern
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
"Norbert Kern" <nor### [at] t-onlinede> wrote:
> =?ISO-8859-1?Q?J=F6rg_=27Yadgar=27_Bleimann?= <yaz### [at] gmxde> wrote:
> > High!
> >
> > *Sigh* ...would still take several new computer generations before I can
> > render a flight over the blooming springtime steppes of Bactria in
> > bearable time... er, in realtime of course! I just hope my grand-nephews
> > or -nieces would be inclined to raytracing then...
>
>
> I can imagine of several tricks to simulate a good vegetation in realtime.
> By example you can store millions of predefined coordinates and calculate
> only the visible ones...
>
> Norbert Kern
Another way would be, as Christopher Hormann mentioned, to create an
acceleration structure. In simple terms, instead of checking all plants
every time you need to check a given plant's neighbors, you check a subset,
ie the nearest plants within a given radius.
A simple techinque you may be able to try is to divide up your plants into
cubic regions, and only check the plants that reside inside the cube
containing the original plant, plus a certain number of surrounding cubes.
Beutiful work, by the way! I can't wait until you release it :)
Regards,
George
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |