|
|
|
|
|
|
| |
| |
|
|
|
|
| |
| |
|
|
how do you set the level of transparency of an object
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Well, I might understand your question wrong, but look it up under "Using
Transparent Pigments and Layered Textures" in the Pov-Ray Documentation (it
is in the tutorial). Basically use rgbt <redcol,greencol,bluecol, transmit>
or rgbf <redcol,greencol,bluecol, filter> in the pigment{}-statement, with
"transmit" or "filter" set to something greater than 0. A value of 1 means
the object is fully transparent,
HTH,
Marc-Hendrik
Michel Fodje schrieb in Nachricht <3951070C.16F829ED@mbfys.lu.se>...
how do you set the level of transparency of an object
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
On Wed, 21 Jun 2000 20:18:52 +0200, Michel Fodje wrote:
>aG93IGRvIHlvdSBzZXQgdGhlIGxldmVsIG9mIHRyYW5zcGFyZW5jeSBvZiBhbiBvYmplY3QN
>Cg0K
Please fix your newsreader so it doesn't encode iso-8859-1 as base64.
Thanks.
--
Ron Parker http://www2.fwi.com/~parkerr/traces.html
My opinions. Mine. Not anyone else's.
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Perhaps you should have also said what's the difference between transmit
and filter.
--
main(i,_){for(_?--i,main(i+2,"FhhQHFIJD|FQTITFN]zRFHhhTBFHhhTBFysdB"[i]
):5;i&&_>1;printf("%s",_-70?_&1?"[]":" ":(_=0,"\n")),_/=2);} /*- Warp -*/
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Perhaps I should have done, but I could not imagine how to say it more
accurate as the mentioned part of the docs do - filter filters the light,
while transmittance let the light pass unchanged, doesn't it?
Marc-Hendrik
Warp schrieb in Nachricht <395200ce@news.povray.org>...
> Perhaps you should have also said what's the difference between transmit
>and filter.
>
>--
>main(i,_){for(_?--i,main(i+2,"FhhQHFIJD|FQTITFN]zRFHhhTBFHhhTBFysdB"[i]
>):5;i&&_>1;printf("%s",_-70?_&1?"[]":" ":(_=0,"\n")),_/=2);} /*- Warp -*/
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Marc-Hendrik Bremer <Mar### [at] t-onlinede> wrote:
: Perhaps I should have done, but I could not imagine how to say it more
: accurate as the mentioned part of the docs do - filter filters the light,
: while transmittance let the light pass unchanged, doesn't it?
Not exactly. The light passes unchanged only if transmit is 1. If it's
less than 1 then it changes the light.
--
main(i,_){for(_?--i,main(i+2,"FhhQHFIJD|FQTITFN]zRFHhhTBFHhhTBFysdB"[i]
):5;i&&_>1;printf("%s",_-70?_&1?"[]":" ":(_=0,"\n")),_/=2);} /*- Warp -*/
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Well, I knew why I didn't say what the difference of the two are in my first
post:-)
But okay, with Transmittance the intensity of the light passing through is
changed according to the chosen transmit-value but not it's colour.
Warp schrieb in Nachricht <395229c0@news.povray.org>...
>Marc-Hendrik Bremer <Mar### [at] t-onlinede> wrote:
>: Perhaps I should have done, but I could not imagine how to say it more
>: accurate as the mentioned part of the docs do - filter filters the light,
>: while transmittance let the light pass unchanged, doesn't it?
>
> Not exactly. The light passes unchanged only if transmit is 1. If it's
>less than 1 then it changes the light.
>
>--
>main(i,_){for(_?--i,main(i+2,"FhhQHFIJD|FQTITFN]zRFHhhTBFHhhTBFysdB"[i]
>):5;i&&_>1;printf("%s",_-70?_&1?"[]":" ":(_=0,"\n")),_/=2);} /*- Warp -*/
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
|
|