POV-Ray : Newsgroups : povray.newusers : mutiple trees with Povtree/Tomtree Server Time
29 Jul 2024 18:28:23 EDT (-0400)
  mutiple trees with Povtree/Tomtree (Message 1 to 4 of 4)  
From: MontanaSteve
Subject: mutiple trees with Povtree/Tomtree
Date: 23 Jun 2005 03:15:00
Message: <web.42ba612717eab6a0dcef468b0@news.povray.org>
I just aquired Povtree and Tomtree and am quite pleased with the generated
trees.
There is one problem though. not too often do you see just one tree all
alone,  except in some parts of Montana. I have tried everything to make
more trees. I have copied the entire lines calling the tree. And I have put
the call in a #declare statement and used object{Mytree}.
nothing will result in more than one tree. Can anyone tell me how to make a
forest  or even a grove, etc? Thank you.


Post a reply to this message

From: Josh
Subject: Re: mutiple trees with Povtree/Tomtree
Date: 23 Jun 2005 04:42:10
Message: <42ba75e2$1@news.povray.org>
If your trees will be in the distance it would be worth Googling for 
MeshTree  It produces low memory trees built of triangles.  I 'v e used to 
it a number of times.


Post a reply to this message

From: Mike Williams
Subject: Re: mutiple trees with Povtree/Tomtree
Date: 23 Jun 2005 08:03:19
Message: <TNP3sGA6TquCFwAU@econym.demon.co.uk>
Wasn't it MontanaSteve who wrote:
>I just aquired Povtree and Tomtree and am quite pleased with the generated
>trees.
>There is one problem though. not too often do you see just one tree all
>alone,  except in some parts of Montana. I have tried everything to make
>more trees. I have copied the entire lines calling the tree. And I have put
>the call in a #declare statement and used object{Mytree}.
>nothing will result in more than one tree. Can anyone tell me how to make a
>forest  or even a grove, etc? Thank you.

Perhaps you've managed to achieve multiple trees, but they're all placed
at exactly the same location and therefore look like one tree. Add a
different translate for each copy of the tree. Adding a rotate and a
scale wouldn't hurt if you want to try to disguise the fact that the
trees are identical.

object {MyTree}
object {MyTree scale <1,1.2,1> rotate <0,27,0> translate <2,0,0>}
object {MyTree scale <1.2,1,1.1> rotate <0,73,0> translate <-2,0,1>}

-- 
Mike Williams
Gentleman of Leisure


Post a reply to this message

From: MontanaSteve
Subject: Re: mutiple trees with Povtree/Tomtree
Date: 23 Jun 2005 13:35:00
Message: <web.42baf1f19fc532bff7c215480@news.povray.org>
"MontanaSteve" <swh### [at] yahoocom> wrote:
> I just aquired Povtree and Tomtree and am quite pleased with the generated
> trees.
> There is one problem though. not too often do you see just one tree all
> alone,  except in some parts of Montana. I have tried everything to make
> more trees. I have copied the entire lines calling the tree. And I have put
> the call in a #declare statement and used object{Mytree}.
> nothing will result in more than one tree. Can anyone tell me how to make a
> forest  or even a grove, etc? Thank you.

Thank you all for your advice. I was translating and rotating. However, the
problem was that I was working with the sample file that came with Tomtree.
I did not take into account that the scale was 1000 and the camera was at
something like -1600*z. After changeing these parameters I did indeed have
more than one tree.

And again, I thank you.

Steve


Post a reply to this message

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