POV-Ray : Newsgroups : povray.binaries.images : Tree, Modeled within POV Server Time
6 Aug 2024 19:29:11 EDT (-0400)
  Tree, Modeled within POV (Message 1 to 10 of 13)  
Goto Latest 10 Messages Next 3 Messages >>>
From: Neddahk
Subject: Tree, Modeled within POV
Date: 24 Oct 2006 09:30:01
Message: <web.453e14294c9be8da5618b8990@news.povray.org>
I have been working on a macro that creates a tree.  My goal is
photo-realism, so I appreciate your comments and suggestions.  The tree is
modeled entirely in POV using recursive macros. I've attached a few of the
recent results.


Post a reply to this message


Attachments:
Download 'tree13-10-24s.jpg' (133 KB)

Preview of image 'tree13-10-24s.jpg'
tree13-10-24s.jpg


 

From: Neddahk
Subject: Re: Tree, Modeled within POV
Date: 24 Oct 2006 09:35:00
Message: <web.453e162cde2c77c45618b8990@news.povray.org>
....


Post a reply to this message


Attachments:
Download 'tree v13-ds.jpg' (71 KB)

Preview of image 'tree v13-ds.jpg'
tree v13-ds.jpg


 

From: stm31415
Subject: Re: Tree, Modeled within POV
Date: 24 Oct 2006 11:10:00
Message: <web.453e2c8bde2c77c4e323acd40@news.povray.org>
The fading of the bark adds a lot. The leaves look too flat to me, but that
is only on a close examination. The same with the bark on the trunk - it is
a little flat. Still, on first glance it was much better than any other
recursive tree I've ever seen. Same on the second and third look, too. Nice
work.

-s
5TF!


Post a reply to this message

From: Smws
Subject: Re: Tree, Modeled within POV
Date: 24 Oct 2006 11:15:01
Message: <web.453e2d3bde2c77c4da53d9e40@news.povray.org>
"Neddahk" <Ned### [at] hotmailcom> wrote:
> I have been working on a macro that creates a tree.  My goal is
> photo-realism, so I appreciate your comments and suggestions.  The tree is
> modeled entirely in POV using recursive macros. I've attached a few of the
> recent results.

Wow, they're very good. I like how so many POV-artists do it themselves,
even when similar things have already been developed, because there are
always advantages starting fresh. It's great to have so many technically
savvy artists!

Hmm, photo-realism from what distance? Up close can be a demading challenge
indeed.

The falling leaves in both images are an especially nice touch. The
large-trunk brown bark texture is very real-looking to me, and the leaves
are attached to the branches. The overall trunk looks realistically curved
and curled in both images.

Criticism: (w/grain of salt, please)
The last level of twiggy recursion isn't quite fine enough, to my eye; it
seems like it should look busier and noisier around the tree margins. The
light branch and twig texture seems a little too bare, but that may be
realistic. The texture transition doesn't show peeling-up bark like a
sycamore or such tree has.

Overall, though, my only major criticism is that the branch and twig
sections are too straight. Add more small-scale wiggles and irregularity if
you can.

Oh, also- not that it affects the tree realism- but the ground doesn't show
any shadow that I can see. ??

Very good job. Keep it up!

-Stefan Sittler


Post a reply to this message

From: Kyle
Subject: Re: Tree, Modeled within POV
Date: 24 Oct 2006 20:34:23
Message: <13ctj29788d38svft7l0m2sbgfcoh93e44@4ax.com>
>The tree is
>modeled entirely in POV using recursive macros. I've attached a few of the
>recent results.

Very impressive.  I've started on a project such as this a few times, but I always get
a headache
from the complexity and stop.

I'd love to see the method to your madness.  Are you planning to post the code?


Kyle


Post a reply to this message

From: Nekar
Subject: Re: Tree, Modeled within POV
Date: 25 Oct 2006 01:22:40
Message: <453ef4a0@news.povray.org>
Ooh - lovely.

How long did it take to parse and render? And what are your machines specs? 
And... are you going to post the code?


-- 
-Nekar Xenos
"The truth is out there"


Post a reply to this message

From: Neddahk
Subject: Re: Tree, Modeled within POV
Date: 25 Oct 2006 09:05:00
Message: <web.453f60bfde2c77c45618b8990@news.povray.org>
Thanks for all your generous input!  I'd like to implement some of the
changes you suggested and get my code cleaned up before I post it.

"Nekar" <ger### [at] rpmmagcoza> wrote:
> Ooh - lovely.
>
> How long did it take to parse and render? And what are your machines specs?
> And... are you going to post the code?

I render on a 2 Ghz PC; to get a tree with decent enough complexity it
usually takes about 2-3 minutes to parse and then renders at around 300 -
500 pixels per second.

(btw, I didn't actually bother to make an object for the ground other than
the leaves, so there's no shadow.)


Post a reply to this message

From: Kenneth
Subject: Re: Tree, Modeled within POV
Date: 26 Oct 2006 00:00:01
Message: <web.454031c1de2c77c4870dc4da0@news.povray.org>
"Neddahk" <Ned### [at] hotmailcom> wrote:
> I have been working on a macro that creates a tree.  My goal is
> photo-realism, so I appreciate your comments and suggestions.  The tree is
> modeled entirely in POV using recursive macros. I've attached a few of the
> recent results.

VERY impressive!  And very timely and inspiring (for me):  I'm currently
working on a similar idea, using isosurfaces...to get real bark detail
mostly,  but also to "bend" the trunk and make it "bumpy", and to create a
lower trunk shape that mimics the way the roots spread out.  Will post an
example soon.

Haven't yet thought about branches--which your macros do a *beautiful* job
with. Congratulations on your excellent code design! Like others, I would
very much like to see it. Please post when ready.  :-)

Ken W.


Post a reply to this message

From: Thomas de Groot
Subject: Re: Tree, Modeled within POV
Date: 26 Oct 2006 03:22:30
Message: <45406236$1@news.povray.org>
"Kenneth" <kdw### [at] earthlinknet> schreef in bericht 
news:web.454031c1de2c77c4870dc4da0@news.povray.org...
>
> VERY impressive!  And very timely and inspiring (for me):  I'm currently
> working on a similar idea, using isosurfaces...to get real bark detail
> mostly,  but also to "bend" the trunk and make it "bumpy", and to create a
> lower trunk shape that mimics the way the roots spread out.  Will post an
> example soon.
>
I am curious about this: Isn't your render time very slow for an isosurface 
tree? And what about planting a forest with them?

> Haven't yet thought about branches--which your macros do a *beautiful* job
> with. Congratulations on your excellent code design! Like others, I would
> very much like to see it. Please post when ready.  :-)
>
I agree!!

Thomas


Post a reply to this message

From: Alain
Subject: Re: Tree, Modeled within POV
Date: 26 Oct 2006 06:10:43
Message: <454089a3$1@news.povray.org>
Thomas de Groot nous apporta ses lumieres en ce 26/10/2006 03:22:
> "Kenneth" <kdw### [at] earthlinknet> schreef in bericht 
> news:web.454031c1de2c77c4870dc4da0@news.povray.org...
>> VERY impressive!  And very timely and inspiring (for me):  I'm currently
>> working on a similar idea, using isosurfaces...to get real bark detail
>> mostly,  but also to "bend" the trunk and make it "bumpy", and to create a
>> lower trunk shape that mimics the way the roots spread out.  Will post an
>> example soon.

> I am curious about this: Isn't your render time very slow for an isosurface 
> tree? And what about planting a forest with them?

>> Haven't yet thought about branches--which your macros do a *beautiful* job
>> with. Congratulations on your excellent code design! Like others, I would
>> very much like to see it. Please post when ready.  :-)

> I agree!!

> Thomas 


When you have very detailled trees, you only use 1 or 2, maybe 3. For the 
background trees, it's usualy beter to use mesh trees.
Not all isosurfaces are very slow. It depend on it's complexity and gradiant.

-- 
Alain
-------------------------------------------------
How do you tell when you're out of invisible ink?


Post a reply to this message

Goto Latest 10 Messages Next 3 Messages >>>

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