| 
  | 
"rock" <roc### [at] almost bestweb net> 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 
 | 
  |