"Tom Melly" <tom### [at] tomandlucouk> wrote in message news:3c2349fa$1@news.povray.org... > what function would return 1 when x = 0 but 0 when abs(x)>=1 ? Try: max(floor(1-abs(x)),0) -tgq
Post a reply to this message