POV-Ray : Newsgroups : povray.text.scene-files : Re: a little game : Re: a little game Server Time
29 Jul 2024 00:27:29 EDT (-0400)
  Re: a little game  
From: Bob Hughes
Date: 7 Jan 1999 07:21:03
Message: <3694A6BE.20A984B2@aol.com>
A little unsure of how to continue the formatting of this scene, so I'm
going to just add it in new again. Might be troubles encountered with
multiple posts of this thing at about the same time, which will cause
dropping out of scene code on occasion.

//BEGIN my change

camera {
     location <-100, 10, -100>
     sky <0, 1, 0>
     look_at <0, 0, 0>
}

light_source {
     <-1000, 800, -2000>
     color rgb<1, 1, 1>
}

plane {
     <0, 1, 0>, 0
     pigment {
          color rgb<1, 1, 1>
     }
}

//bobs part one
#declare C=1;
#while (C<9)
sphere {0,1
 pigment {rgb C/10 filter C/9}
  normal {waves .4 turbulence .2 scale .1 phase clock}
  finish {ambient .6-(C/11) diffuse .2+(C/15) specular .6 roughness .01
reflection .25
   irid {.6 thickness .3 turbulence .2} brilliance -.15 metallic .4}
  interior {ior 1.05 caustics 4 fade_distance 1.5 fade_power 1}
 scale <C/3,C/4,C/5>*7 rotate C*45*y rotate clock*360*y
  translate <3,5,-7>*4
}
#declare C=C+1;
#end
//bobs part one
//END my change


gemelli david wrote:
> 
> Hi,
> a few days ago, I posted an image called "foggy scene" in
> binaries.images
> and received very good suggestions. The problem is, I am not able to
> make
> everything, because:
> - there are a lot of things I am not good enough to do.
> - my computer is very slow (486DX2-66 8Mo).
> This gave me an idea, I don't know if it has been tried before (you did
> it
> with a poem I don't remember when):
> I posted an 'empty' scene, just a white floor, a camera and a light in
> scenes-text and the resulting image (very short !) in binaries.image
> with
> the name "a little game".
> What I suggest is that anyone who has an idea, take the source, post a
> message telling he is working on it and when it will be finished then
> post
> the results to the different groups (image and source).
> The main idea is that you can add what you want, even if it bears no
> relation
> to (I took this expression from my French/English dictionary, so ?) the
> rest
> of the scene or if it is a new part of an existing object, but you can't
> 
> modify something that was already done. It may be preferable that the
> thing
> you add is a little/simple thing or a part of something.
> I am curious to see what can be resulting of this !
> Please tell me if you find this stupid or useless, maybe I am the only
> one to
> think it should be funny ?
> 
>                          David GEMELLI
> 
>   ------------------------------------------------------------------------
> // OK, that's it. The White plane is all yours
> // Feel free to add any comments you want !
> 
> camera {
>      location <-100, 10, -100>
>      sky <0, 1, 0>
>      look_at <0, 0, 0>
> }
> 
> light_source {
>      <-1000, 800, -2000>
>      color rgb<1, 1, 1>
> }
> 
> plane {
>      <0, 1, 0>, 0
>      pigment {
>           color rgb<1, 1, 1>
>      }
> }

-- 
 omniVERSE: beyond the universe
  http://members.aol.com/inversez/POVring.htm
=Bob


Post a reply to this message


Attachments:
Download 'us-ascii' (1 KB)

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.