POV-Ray : Newsgroups : povray.binaries.images : PhotonBoxes - more toying with photons/radiosity etc : Re: PhotonBoxes - more toying with photons/radiosity etc Server Time
15 Aug 2024 12:20:41 EDT (-0400)
  Re: PhotonBoxes - more toying with photons/radiosity etc  
From: Andrew Cocker
Date: 12 Jun 2002 12:27:46
Message: <3d077682$1@news.povray.org>
"Jide" <jid### [at] kotisoonfi> wrote in message
news:3d07365b@news.povray.org...
> I like this. The colours are nice and warm. It has a great fealing of
> tranquility.

Thankyou.

> I especially like the floor texture. Source us? Or atleast provide a
> 1152*864 size version for my desktop :)

Here's the code for the floor texture (sorry about the formatting):

texture {
  pigment {cells turbulence 1 color_map {[0 color rgb <0.7,0.6,0.5>][1 rgb
<0.7,0.6,0.5>*.5]}}
  finish {reflection {0.01,0.05} specular 1 roughness 0.005 ambient 0}}
  texture {
  pigment {cells turbulence 0 scale 0.5 color_map {[0 color rgbf 1][0.5 rgbf
1][1 rgb 0.5]}
  }
  finish {reflection {0.01,0.05} specular 1 roughness 0.005 ambient 0} }
  }

I'm currently rendering a modified version at 1280x1024 so you can scale
that down to fit. I will post it in this thread as soon as it's done.

All the best,

Andy Cocker


Post a reply to this message

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