|
 |
Op 14/12/2023 om 01:16 schreef William F Pokorny:
> In a related and FWIW category, how many know the following is a valid
> way to specify a texture?
>
> #declare Sph00 = sphere { 0, 0.7 }
>
> #declare P = pigment { rgb <1,0.6,0.3> }
> #declare N = normal { quilted 0.5 scale 1/3 }
> #declare F = finish { emission 1/3 }
>
> object { Sph00 texture { P N F } } // Aspect updates by ID type!
>
>
<shudder> I didn't, but I don't like it.
--
Thomas
Post a reply to this message
|
 |