POV-Ray : Newsgroups : povray.newusers : Floor configuration : Re: Floor configuration Server Time
30 Jun 2024 03:50:24 EDT (-0400)
  Re: Floor configuration  
From: Stan
Date: 5 Oct 2011 12:20:00
Message: <web.4e8c836875326996d7d9c6a00@news.povray.org>
> Looks ok to me so far; what texture are you using (or trying to use) for
> the floor?

// Floor:
object {
 plane { y, floor_height hollow }
 pigment { rgb <0,0,0> }
 finish {
         ambient 0.
         diffuse 1
                 brilliance 5
                 metallic
                 specular 0.80
                 roughness 1/100
                 reflection 0.9

        }
}


Post a reply to this message

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