POV-Ray : Newsgroups : povray.binaries.images : This one will make you dizzy... ;) : Re: This one will make you dizzy... ;) Server Time
8 Aug 2024 06:15:31 EDT (-0400)
  Re: This one will make you dizzy... ;)  
From: St 
Date: 17 Sep 2005 09:49:08
Message: <432c1ed4@news.povray.org>
"rock" <roc### [at] almostbestwebnet> wrote in message 
news:747f.432b75a4.59b92@titanic...

>
> Wow.  that's cool.  We have possible (desktop) wallpaper material here  :D

 Hey, thanks. Here's the code. It should render in about three minutes. Try 
it with other textures too.

   ~Steve~

#include "colors.inc"
#include "skies.inc"
#include "stones.inc"

#version 3.5;

global_settings {
  assumed_gamma .75

}

 camera {
  location  <2, 4.5, -35>
  direction 0*x
  right     x*image_width/image_height
  look_at   <0.0, 0.0,  0.0>
}

light_source {
  0*x
  color rgb <1, .9, .9>
  area_light
  <8, 0, 0> <0, 0, 8>
  5, 5
  adaptive 0
  jitter
  circular
  orient
  translate <80, 40, -160>
}

 sphere {
  <0, 1, 0>
 500

texture{ T_Stone40  scale 500

finish{ ambient -.835 reflection .235 phong 1}}}


Post a reply to this message

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