 |
 |
|
 |
|
 |
|  |
|  |
|
 |
|
 |
|  |
|  |
|
 |
"RWard" <rmw### [at] swbell net> wrote in message
news:3a5dab0e$1@news.povray.org...
> ok, I've tried the following:
>
>
> background { color SkyBlue }
>
>
> Height_Field {gif "d:\fract001.gif"}
> }
>
Your height field has no pigment. Try:
Height_Field {gif "d:\fract001.gif" pigment{rgb<1/2,1/1/2>}}
(the background is irrelevant - that is a seperate object).
Post a reply to this message
|
 |
|  |
|  |
|
 |
|
 |
|  |
|  |
|
 |
In article <3a5dab0e$1@news.povray.org>, "RWard"
<rmw### [at] swbell net> wrote:
> Height_Field {gif "d:\fract001.gif"}
> }
You have an extra "}" bracket...you should always make sure your
brackets match up, a "}" for every "{".
--
Christopher James Huff
Personal: chr### [at] mac com, http://homepage.mac.com/chrishuff/
TAG: chr### [at] tag povray org, http://tag.povray.org/
<><
Post a reply to this message
|
 |
|  |
|  |
|
 |
|
 |
|  |
|  |
|
 |
Oops, that should have been:
Height_Field {gif "d:\fract001.gif" pigment{rgb<1/2, 1, 1/2>}}
Post a reply to this message
|
 |
|  |
|  |
|
 |
|
 |
|  |
|  |
|
 |
your are correct!
Tom, tried it and get parsing error message "object or directive expected
but undeclared identifier height_field found instead"
"Chris Huff" <chr### [at] mac com> wrote in message
news:chrishuff-8682E8.07543311012001@news.povray.org...
> In article <3a5dab0e$1@news.povray.org>, "RWard"
> <rmw### [at] swbell net> wrote:
>
> > Height_Field {gif "d:\fract001.gif"}
> > }
>
> You have an extra "}" bracket...you should always make sure your
> brackets match up, a "}" for every "{".
>
> --
> Christopher James Huff
> Personal: chr### [at] mac com, http://homepage.mac.com/chrishuff/
> TAG: chr### [at] tag povray org, http://tag.povray.org/
>
> <><
Post a reply to this message
|
 |
|  |
|  |
|
 |
|
 |
|  |
|  |
|
 |
HA! case sensitivity!
"RWard" <rmw### [at] swbell net> wrote in message
news:3a5ddab7@news.povray.org...
> your are correct!
> Tom, tried it and get parsing error message "object or directive expected
> but undeclared identifier height_field found instead"
>
> "Chris Huff" <chr### [at] mac com> wrote in message
> news:chrishuff-8682E8.07543311012001@news.povray.org...
> > In article <3a5dab0e$1@news.povray.org>, "RWard"
> > <rmw### [at] swbell net> wrote:
> >
> > > Height_Field {gif "d:\fract001.gif"}
> > > }
> >
> > You have an extra "}" bracket...you should always make sure your
> > brackets match up, a "}" for every "{".
> >
> > --
> > Christopher James Huff
> > Personal: chr### [at] mac com, http://homepage.mac.com/chrishuff/
> > TAG: chr### [at] tag povray org, http://tag.povray.org/
> >
> > <><
>
>
Post a reply to this message
|
 |
|  |
|  |
|
 |
|
 |
|  |
|  |
|
 |
"RWard" <rmw### [at] swbell net> wrote in message
news:3a5ddab7@news.povray.org...
> your are correct!
> Tom, tried it and get parsing error message "object or directive expected
> but undeclared identifier height_field found instead"
... but presumably it's still black (or have you added a pigment statement
as well as removing the }?)
Post a reply to this message
|
 |
|  |
|  |
|
 |
|
 |
|  |
|  |
|
 |
"Tom Melly" <tom### [at] tomandlu co uk> wrote in message
news:3a5ddddb@news.povray.org...
ack, scrap that last message. I hadn't taken in that you'd still got a
problem. Yep, case is wrong. And none of us spotted it. The shame. The
ignomy.
Post a reply to this message
|
 |
|  |
|  |
|
 |
|
 |
|  |
|  |
|
 |
Tom Melly wrote:
>
> "Tom Melly" <tom### [at] tomandlu co uk> wrote in message
> news:3a5ddddb@news.povray.org...
>
> ack, scrap that last message. I hadn't taken in that you'd still got a
> problem. Yep, case is wrong. And none of us spotted it. The shame. The
> ignomy.
I noticed it right away but RWard caught it before I could correct your
major blunder. After that it wasn't worth it...
:)
--
Ken Tyler - 1400+ POV-Ray, Graphics, 3D Rendering, and Raytracing Links:
http://home.pacbell.net/tylereng/index.html http://www.povray.org/links/
Post a reply to this message
|
 |
|  |
|  |
|
 |
|
 |
|  |
|  |
|
 |
thanks all,
BTW RWard=zither
"Ken" <tyl### [at] pacbell net> wrote in message
news:3A5### [at] pacbell net...
>
>
> Tom Melly wrote:
> >
> > "Tom Melly" <tom### [at] tomandlu co uk> wrote in message
> > news:3a5ddddb@news.povray.org...
> >
> > ack, scrap that last message. I hadn't taken in that you'd still got a
> > problem. Yep, case is wrong. And none of us spotted it. The shame. The
> > ignomy.
>
> I noticed it right away but RWard caught it before I could correct your
> major blunder. After that it wasn't worth it...
>
> :)
>
> --
> Ken Tyler - 1400+ POV-Ray, Graphics, 3D Rendering, and Raytracing Links:
> http://home.pacbell.net/tylereng/index.html http://www.povray.org/links/
Post a reply to this message
|
 |
|  |
|  |
|
 |
|
 |
|  |
|  |
|
 |
"Ken" <tyl### [at] pacbell net> wrote in message
news:3A5### [at] pacbell net...
>
>
> I noticed it right away but RWard caught it before I could correct your
> major blunder. After that it wasn't worth it...
>
> :)
Who is this? What have you done with Ken? Ken wouldn't have taken 4 hours to
have read a post....
Oh, yeah, 2001 - I'd forgotten about the delay between here and Jupiter
(plus, of course, your radar dish is behaving funny). Hi Ken. Big kiss to
David and the gang.
Post a reply to this message
|
 |
|  |
|  |
|
 |
|
 |
|  |