POV-Ray : Newsgroups : povray.advanced-users : pigment for isosurface VS pigment for texture : Re: pigment for isosurface VS pigment for texture Server Time
28 Jul 2024 18:20:47 EDT (-0400)
  Re: pigment for isosurface VS pigment for texture  
From: ZeSly
Date: 1 May 2004 20:06:55
Message: <40943b9f$1@news.povray.org>

> isosurface
> {
>   #local R = 0.15;
>   function { x*x + z*z - R*R - 0.002*F_PilierEntree(x,y,z).gray}
>   max_gradient 2.5
>   contained_by { box { <-1,0,-1>, <1,2.4,1> } }
>   translate <0,0,8>
>   texture { T_PilierEntree }
> }

gRRominet has found on irc : the translate must be under the texture.


Post a reply to this message

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