POV-Ray : Newsgroups : povray.binaries.images : INVITATION: Join the Mississippi Paddle-Wheel Steamer! : Re: INVITATION: Join the Mississippi Paddle-Wheel Steamer! Server Time
18 May 2024 14:44:48 EDT (-0400)
  Re: INVITATION: Join the Mississippi Paddle-Wheel Steamer!  
From: Sven Littkowski
Date: 12 Apr 2018 11:54:33
Message: <5acf8139$1@news.povray.org>
MACRO Question:

I can declare a double texture this way:

#declare MyTexture =
 texture { Texture1 }
 texture { Texture2 }
;

But a similar construct seems to be impossible as macro. I tried
successless this:

#macro MyTexture(SomeParameter)
 texture { Texture1 }
 texture { Texture2 }
#end

Is there any way to create a macro with a double texture?

---

http://www.avg.com


Post a reply to this message

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