POV-Ray : Newsgroups : povray.binaries.images : Vegetation Project WIP Server Time
16 Aug 2024 06:10:57 EDT (-0400)
  Vegetation Project WIP (Message 3 to 12 of 12)  
<<< Previous 2 Messages Goto Initial 10 Messages
From: Shay
Subject: Re: Vegetation Project WIP
Date: 27 Mar 2002 14:28:16
Message: <3ca21d50@news.povray.org>
Looks good. I have wanted to try this myself for a while now.
How many triangles did you use for each blade of grass?
Did combine all blades of grass into one mesh per plug, or did you keep the
blades separate.
Do the blades have thickness?

 -Shay


Tim Nikias <tim### [at] gmxde> wrote in message
news:3CA2113D.5B1C927E@gmx.de...

----------------------------------------------------------------------------
----


Post a reply to this message

From: Hugo
Subject: Re: Vegetation Project WIP
Date: 27 Mar 2002 14:29:58
Message: <3ca21db6$1@news.povray.org>
Wow! That's very nice looking! If only we could see the plants better - well
I don't mind the current view, surely, but when you say 20 MB there has to
be some hidden details.. Keep us updated on this project!  :o)  Especially I
like the fact that it's pure POV, not imported from some other program. This
will make things more flexible I believe. (If you're trying to make a useful
set of macros to the public)... ;o)

Regards,
Hugo


Post a reply to this message

From: Tim Nikias
Subject: Re: Vegetation Project WIP
Date: 27 Mar 2002 16:25:38
Message: <3CA238D9.F30236F@gmx.de>
> Hey great!

Thanks!

> I'd love to trek through that range if I could be sure it is
> snake free :)
>

As for now, it is... But you never know! POV-Universe grows and grows...

> Did you use trace{}?
>

Yup. As of now, I only trace() the heightfield and look if the
surface normal (slope) isn't too steep, and if it isn't, the mesh
is placed.

--
Tim Nikias
Homepage: http://www.digitaltwilight.de/no_lights/index.html


Post a reply to this message

From: Tim Nikias
Subject: Re: Vegetation Project WIP
Date: 27 Mar 2002 16:32:00
Message: <3CA23A57.7F69C438@gmx.de>
> Looks good.

Thank you!

> I have wanted to try this myself for a while now.
> How many triangles did you use for each blade of grass?
>

Each blade of grass consists of 20x20x2=800 smooth-triangles.

> Did combine all blades of grass into one mesh per plug, or did you keep the
> blades separate.
>

As for now, the macro generates 25 (may be set to a different value)
unique blades, each with own bend, lengths and spans. Of those, for
each little bush/patch of grass, 20 are picked, scaled, rotated and
positioned.
In this manner, it is practically impossible for two blades in any
of all generated patches to be identical.
Using 5 patches with all different blades makes it almost impossible
to spot the same mesh in a scene, making it look much more realistic.

To answer your questions, the blades are internally generated only
as arrays of vertices, later on, the different blade-data are combined
into one patch. So blades aren't seperate, I want to make a
High-Res-blade-macro (with UV-Mapping and more surface-detail) for
close-ups, this is "just" a "filler". ;-)

> Do the blades have thickness?
>

Not yet, and I'm yet pondering if it is really needed for these
low-res blades...

--
Tim Nikias
Homepage: http://www.digitaltwilight.de/no_lights/index.html


Post a reply to this message

From: Tim Nikias
Subject: Re: Vegetation Project WIP
Date: 27 Mar 2002 16:34:01
Message: <3CA23AD1.77E994BD@gmx.de>
> Wow! That's very nice looking!

Thanks!

> If only we could see the plants better - well
> I don't mind the current view, surely, but when you say 20 MB there has to
> be some hidden details..

Not much detail, but I'll trace a single patch and show you in a few
minutes...

> Keep us updated on this project!  :o)

I will.

> Especially I
> like the fact that it's pure POV, not imported from some other program. This
> will make things more flexible I believe. (If you're trying to make a useful
> set of macros to the public)... ;o)
>

Yeah, POV=flexibility! And though I do plan on making the vegetation
package public someday, I'm not sure if it will actually be used...
Perhaps I'll begin with spreading them in series, so when this grass
is finished, I'll make it downloadable from my homepage...

--
Tim Nikias
Homepage: http://www.digitaltwilight.de/no_lights/index.html


Post a reply to this message

From: Tim Nikias
Subject: Close-up on one patch
Date: 27 Mar 2002 17:00:45
Message: <3CA24108.9B031B1B@gmx.de>
Here's a close-up on one mesh/grass patch.

The blades were textured by picking random textures
that were put into an array beforehand. You may also
texture an entire mesh instead of single blades (but
since all triangles of the blades are saved into one mesh
for one patch, its actually triangle-texturing, not blade-
texturing).

--
Tim Nikias
Homepage: http://www.digitaltwilight.de/no_lights/index.html


Post a reply to this message


Attachments:
Download '1patch.jpg' (33 KB)

Preview of image '1patch.jpg'
1patch.jpg


 

From: Mark Wagner
Subject: Re: Vegetation Project WIP
Date: 28 Mar 2002 00:52:20
Message: <3ca2af94@news.povray.org>
Tim Nikias wrote in message <3CA2113D.5B1C927E@gmx.de>...
>So, after fiddling with some macros and writing
>several mesh-creating algorithms (with
>surface-normals etc etc), I've used the
>fundamentals that were laid with the
>Gerbera WIP and created basic grass
>field. Its supposed to be part of a vegetation
>package, which should finally be able to simply
>vegetate a given heightfield with grass, flowers,
>trees etc.

Have you seen the "vegetate" include file at
http://www.geocities.com/Rengaw03/povray.html ?

--
Mark


Post a reply to this message

From: Tim Nikias
Subject: Re: Vegetation Project WIP
Date: 28 Mar 2002 07:24:44
Message: <3CA30B94.C5E124D6@gmx.de>
> Have you seen the "vegetate" include file at
> http://www.geocities.com/Rengaw03/povray.html ?
>

Nope, but I've just taken a look at it. Its "merely" a
program which uses trace() to spread objects on
other objects, though with collision-detection (spacing
between placed objects). That is something I'll program
as well, true, but the Vegetation Package should come
along with some mesh- and object-macros to create
trees, grass, flowers etc. Just everything you would need
to convert a height-field into a landscape.

--
Tim Nikias
Homepage: http://www.digitaltwilight.de/no_lights/index.html


Post a reply to this message

From: Reuben Pearse
Subject: Re: Vegetation Project WIP
Date: 28 Mar 2002 08:24:06
Message: <3ca31976$1@news.povray.org>
Have you heard of Terraform (http://terraform.sourceforge.net), a Linux
landscape heightfield generator which can render straight to POV?

Your vegetation would be excellent if combined with a heightfield from
Terraform.

Reuben Pearse
doo### [at] breathemailnet



"Tim Nikias" <tim### [at] gmxde> wrote in message
news:3CA30B94.C5E124D6@gmx.de...
> > Have you seen the "vegetate" include file at
> > http://www.geocities.com/Rengaw03/povray.html ?
> >
>
> Nope, but I've just taken a look at it. Its "merely" a
> program which uses trace() to spread objects on
> other objects, though with collision-detection (spacing
> between placed objects). That is something I'll program
> as well, true, but the Vegetation Package should come
> along with some mesh- and object-macros to create
> trees, grass, flowers etc. Just everything you would need
> to convert a height-field into a landscape.
>
> --
> Tim Nikias
> Homepage: http://www.digitaltwilight.de/no_lights/index.html
>
>


Post a reply to this message

From: Tim Nikias
Subject: Re: Vegetation Project WIP
Date: 28 Mar 2002 08:53:00
Message: <3CA32044.8202F02F@gmx.de>
> Have you heard of Terraform (http://terraform.sourceforge.net), a Linux
> landscape heightfield generator which can render straight to POV?
>

Nope, and since I'm not using Linux, I'll probably never (at least
not in the near future) be able to use Terraform.

>
> Your vegetation would be excellent if combined with a heightfield from
> Terraform.
>

That may be. Though I do think, that a lot can be achieved when using
correct textures and vegetation (plant selection) - because almost
any heightfield may be found to be similiar to something in real life - you
can
get very good results with any heightfield if you use it correctly.

--
Tim Nikias
Homepage: http://www.digitaltwilight.de/no_lights/index.html


Post a reply to this message

<<< Previous 2 Messages Goto Initial 10 Messages

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