|
|
|
|
|
|
| |
| |
|
|
|
|
| |
| |
|
|
I put a camera, a light source and media. What I get is a starfield !
Why ? Can someone explain this ?
David GEMELLI
camera {
location <50, -30, 20>
sky <0, 1, 0>
look_at <0, 0, 0>
}
light_source {
<-100, 0, 0>
rgb<1, 1, 1>
media_attenuation on
}
media {
scattering {1, .1 extinction .1}
samples 5, 10
intervals 5
ratio .999
confidence .9
}
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
gemelli david wrote:
>
> I put a camera, a light source and media. What I get is a starfield !
> Why ? Can someone explain this ?
>
> David GEMELLI
Have you looked at Mike's scattering media tutorials ?
http://members.xoom.com/POVRAY3/media1.html
http://members.xoom.com/POVRAY3/media2.html
--
Ken Tyler
tyl### [at] pacbellnet
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
<body text="#000000" bgcolor="#FFFFFF" link="#0000EE" vlink="#551A8B" alink="#FF0000">
Ken wrote:
<blockquote TYPE=CITE>gemelli david wrote:
<br>>
<br>> I put a camera, a light source and media. What I get is a starfield
!
<br>> Why ? Can someone explain this ?
<br>>
<br>>
David GEMELLI
<p>Have you looked at Mike's scattering media tutorials ?
<p><a
href="http://members.xoom.com/POVRAY3/media1.html">http://members.xoom.com/POVRAY3/media1.html</a>
<br><a
href="http://members.xoom.com/POVRAY3/media2.html">http://members.xoom.com/POVRAY3/media2.html</a>
<p>--
<br>Ken Tyler
<p>tyl### [at] pacbellnet</blockquote>
<p>Yes, I highly suggest those tutorials as well. They helped me
out ALOT when dealing with media for the first time.
<br>(and they still help)
<br>
Kyle
<br>
</body>
</html>
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
On Mon, 25 Jan 1999 16:16:58 -0500, Kyle <joe### [at] geocitiescom> wrote:
>!doctype html public "-//w3c//dtd html 4.0 transitional//en">
>html>
>body text="#000000" bgcolor="#FFFFFF" link="#0000EE" vlink="#551A8B" alink="#FF0000">
>Ken wrote:
>blockquote TYPE=CITE>gemelli david wrote:
>br>>
Please change the settings of your newsreader to post in plain ASCII
instead of HTML -- it's really a pain in the *** to read HTML for people
who use a newsreader instead of a webbrowser to read news...
--
Marc van den Dikkenberg
--
The PowerBasic Archives -- http://www.xs4all.nl/~excel/pb.html
All Basic Code Archives -- http://come.to/abcpackets
Post a reply to this message
|
|
| |
| |
|
|
From: Ron Parker
Subject: Re: Where Media gets more and more strange to me.
Date: 25 Jan 1999 16:45:11
Message: <36ace5e7.0@news.povray.org>
|
|
|
| |
| |
|
|
On Mon, 25 Jan 1999 21:40:37 GMT, Marc van den Dikkenberg
<exc### [at] xs4allnl> wrote:
>On Mon, 25 Jan 1999 16:16:58 -0500, Kyle <joe### [at] geocitiescom> wrote:
>
>>!doctype html public "-//w3c//dtd html 4.0 transitional//en">
>>html>
>>body text="#000000" bgcolor="#FFFFFF" link="#0000EE" vlink="#551A8B"
alink="#FF0000">
>>Ken wrote:
>>blockquote TYPE=CITE>gemelli david wrote:
>>br>>
>
>Please change the settings of your newsreader to post in plain ASCII
>instead of HTML -- it's really a pain in the *** to read HTML for people
>who use a newsreader instead of a webbrowser to read news...
Those of us with real newsreaders have a solution for this that
those of you posting in HTML might want to think about. The snippet
of my score file reproduced below ignores HTML posts automatically,
and without any intervention on my part:
[*]
Score: -9999
Content-Type: text/html.*
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |