|
|
|
|
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Hi All,
I just started to play around with Povray and got interested in the TomTree
macro. But, somehow i got into a compilation error at these few lines of
codes
object
{
BODY
water_level .4
translate <-.06,-.395,0>
scale <1.15,1.75,1.>
}
The error is Parse error: Not matching } in 'object', water_level found
instead
To get around this problem, i simply commented these few lines of codes and
managed to compile it and got a really realistic tree!
But, just wondering did anyone encounter this problem and may have the
answers to solving this error?
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
"Shirim9" <ngk### [at] gmailcom> wrote in message
news:web.4249121f2fd09e6b714b3ccd0@news.povray.org...
> Hi All,
>
> I just started to play around with Povray and got interested in the
TomTree
> macro. But, somehow i got into a compilation error at these few lines of
> codes
>
> object
> {
> BODY
> water_level .4
> translate <-.06,-.395,0>
> scale <1.15,1.75,1.>
>
> }
>
> The error is Parse error: Not matching } in 'object', water_level found
> instead
>
> To get around this problem, i simply commented these few lines of codes
and
> managed to compile it and got a really realistic tree!
>
> But, just wondering did anyone encounter this problem and may have the
> answers to solving this error?
>
>
I don't have tomtree, but i looks like it doesn't know what BODY is. judging
by the "water_level" keyword, it looks like it should be a heightfield.
That's about all I can guess.
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Someone might be able to give you a better answer, but from my experience,
TomTree parse errors are generally due to missing the gif and tga files that
come with TomTree. These are used for the leaves and blossoms. If you're
not running Windows (e.g. your running Linux), it could be possible that
it's a case sensitivity issue (LEAF.TGA does not equal LEAF.tga).
--
Jeremy
www.beantoad.com
"Shirim9" <ngk### [at] gmailcom> wrote in message
news:web.4249121f2fd09e6b714b3ccd0@news.povray.org...
> Hi All,
>
> I just started to play around with Povray and got interested in the
> TomTree
> macro. But, somehow i got into a compilation error at these few lines of
> codes
>
> object
> {
> BODY
> water_level .4
> translate <-.06,-.395,0>
> scale <1.15,1.75,1.>
>
> }
>
> The error is Parse error: Not matching } in 'object', water_level found
> instead
>
> To get around this problem, i simply commented these few lines of codes
> and
> managed to compile it and got a really realistic tree!
>
> But, just wondering did anyone encounter this problem and may have the
> answers to solving this error?
>
>
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
|
|