POV-Ray : Newsgroups : povray.newusers : Texture overriding? : Re: Texture overriding? Server Time
5 Sep 2024 00:12:48 EDT (-0400)
  Re: Texture overriding?  
From: Tom Melly
Date: 21 Mar 2002 17:44:54
Message: <3c9a6266@news.povray.org>
"Mark M. Wilson"

> Well, I just tried to do this, and it was rejected.  I entered the
> following to describe the texture of a CSG object:
> texture { T_Stone9 phong 0.01 scale 0.08 }
>

texture{T_Stone9 finish{phong 0.01} scale 0.08}

Basically, take a look at the source - texture is a wrapper for pigment,
normal and finish. So a texture looks like:

texture{
    pigment{Red}
    finish{reflection 1 ambient 0 diffuse 0}
    normal{bozo}
}

> Is that what you meant by my example "fall(ing) over?"

Yep.


Post a reply to this message

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