POV-Ray : Newsgroups : povray.newusers : Why does my pic render so looooong??? : Re: Why does my pic render so looooong??? Server Time
30 Jul 2024 10:24:40 EDT (-0400)
  Re: Why does my pic render so looooong???  
From: frozen
Date: 21 Sep 2004 18:45:00
Message: <web.4150aeb2bf1ad50e9c688d540@news.povray.org>
"Slime" <fak### [at] emailaddress> wrote:

> You say you have superellipsoids stacked one on top of another. What is
> their texture? Are they reflective or transparent? Both?

#declare StoneWallStoneTexture=
 texture
  {
   T_Stone8
   normal { dents scale 0.2 }
   finish { phong 0 specular 0 crand 0.1 }
  }
#declare StoneWallRGBlow = <0.7,0.5,0.35>;
#declare StoneWallRGBhigh = <1,0.9,.7>;


#declare StonePillarStoneTexture=
 texture
  {
   T_Stone9
   normal { dents scale 0.2 }
   finish { phong 0 specular 0 crand 0.1 }
  }

I hope, this answers your question? ;-)

Thanks,

frozen


Post a reply to this message

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