|
|
|
|
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Note the colors of the spheres.
Note the colors on the ground.
How was this done?
Mark
Post a reply to this message
Attachments:
Download 'COLORS.JPG' (21 KB)
Preview of image 'COLORS.JPG'
|
|
| |
| |
|
|
|
|
| |
| |
|
|
On Thu, 3 Feb 2000 01:59:51 -0500, "Mark Wagner"
<mar### [at] gtenet> wrote:
>Note the colors of the spheres.
>Note the colors on the ground.
>
>How was this done?
>
I suppose the spheres are using solid colors, and the "colored spots"
on the ground which might appear to be shadows to some, are actually
transparent discs. Is this close?
later,
Glen Berry
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
This is one way of doing it very easyly:
sphere { 0,1 no_shadow pigment { rgb <1,0,0> } }
sphere { 0,.999 pigment { rgbf <1,0,0,.9> } }
and so on.
--
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
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Mark Wagner wrote:
>
> Note the colors of the spheres.
> Note the colors on the ground.
>
> How was this done?
I know. With POV-Ray.
--
Ken Tyler - 1300+ Povray, Graphics, 3D Rendering, and Raytracing Links:
http://home.pacbell.net/tylereng/index.html http://www.povray.org/links/
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Parallel light source in Mega POVray? Even the black one.
Mark Wagner wrote:
>
> Note the colors of the spheres.
> Note the colors on the ground.
>
> How was this done?
>
> Mark
>
> [Image]
--
Mr. Art
"Often the appearance of reality is more important
than the reality of the appearance."
Bill DeWitt 2000
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Nieminen Juha wrote:
>
> This is one way of doing it very easyly:
>
> sphere { 0,1 no_shadow pigment { rgb <1,0,0> } }
> sphere { 0,.999 pigment { rgbf <1,0,0,.9> } }
If he used MegaPatch, he could have typed
sphere {0,1 no_shadow pigment {red 1}}
sphere {0,1 no_image pigment {red 1 filter 1}}
instead...
Anyway, I described this method some months ago in p.g (subject:
'colored shadows' or something like that).
> and so on.
If you say so...
sphere {0,1 pigment {rgb <1,0,0>}}
sphere {y,1 pigment {rgb <1,1,0>}}
sphere {y*2,1 pigment {rgb <0,1,0>}}
sphere {y*3,1 pigment {rgb <0,1,1>}}
sphere {y*4,1 pigment {rgb <0,0,1>}}
sphere {y*5,1 pigment {rgb <1,0,1>}}
sphere {y*6,1 pigment {rgb <1,0,0>}}
Or isn't that what you asked for?
ZK
> --
> 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
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Nieminen Juha wrote:
> This is one way of doing it very easyly:
>
> sphere { 0,1 no_shadow pigment { rgb <1,0,0> } }
> sphere { 0,.999 pigment { rgbf <1,0,0,.9> } }
I figured it was some type of shadowless and filter stuff. It looks like it
has radiosity, either that or all seven spheres are textured together using a
radial angle hue and radial distance chroma.
--
Homepage: http://www.faricy.net/~davidf/
___ ______________________________
| \ |_ <dav### [at] faricynet>
|_/avid |ontaine <ICQ 55354965>
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Glen Berry <7no### [at] ezwvcom> wrote in message ...
>I suppose the spheres are using solid colors, and the "colored spots"
>on the ground which might appear to be shadows to some, are actually
>transparent discs. Is this close?
"Scene contains 8 frame-level objects; 1 infinite"
Nope!
Mark
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Nieminen Juha wrote in message <38994435@news.povray.org>...
> This is one way of doing it very easyly:
>
>sphere { 0,1 no_shadow pigment { rgb <1,0,0> } }
>sphere { 0,.999 pigment { rgbf <1,0,0,.9> } }
>
>and so on.
See the reply to Glen Berry.
Mark
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Zeger Knaepen wrote in message <3899CE0B.10A0C182@student.kuleuven.ac.be>...
>If he used MegaPatch, he could have typed
>sphere {0,1 no_shadow pigment {red 1}}
>sphere {0,1 no_image pigment {red 1 filter 1}}
>instead...
Rendered using the SuperPatch 3.1e.
>
>sphere {0,1 pigment {rgb <1,0,0>}}
>sphere {y,1 pigment {rgb <1,1,0>}}
>sphere {y*2,1 pigment {rgb <0,1,0>}}
>sphere {y*3,1 pigment {rgb <0,1,1>}}
>sphere {y*4,1 pigment {rgb <0,0,1>}}
>sphere {y*5,1 pigment {rgb <1,0,1>}}
>sphere {y*6,1 pigment {rgb <1,0,0>}}
>
This won't account for the shadows.
Mark
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
|
|