POV-Ray : Newsgroups : povray.beta-test : macro issue : Re: macro issue Server Time
29 Jul 2024 14:19:11 EDT (-0400)
  Re: macro issue  
From: Warp
Date: 17 Jun 2002 11:24:51
Message: <3d0dff43@news.povray.org>
The current form for layered textures is not very good, after all. It causes
too many ambiguities to both the parser and the user. IMHO it should be
redesigned for pov4.
  For example something like:

texture
{ layered texture_map
  { [1 texture1]
    [1 texture2]
  }
}

  'layered' could work like 'average', but layering the textures instead
of averaging them. The values could be used for some extra effect (don't
know if there's any useful thing, though).

-- 
#macro M(A,N,D,L)plane{-z,-9pigment{mandel L*9translate N color_map{[0rgb x]
[1rgb 9]}scale<D,D*3D>*1e3}rotate y*A*8}#end M(-3<1.206434.28623>70,7)M(
-1<.7438.1795>1,20)M(1<.77595.13699>30,20)M(3<.75923.07145>80,99)// - Warp -


Post a reply to this message

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