POV-Ray : Newsgroups : povray.binaries.images : Cloud City II : Re: Cloud City II Server Time
15 May 2024 15:18:42 EDT (-0400)
  Re: Cloud City II  
From: Bald Eagle
Date: 1 Dec 2017 20:35:01
Message: <web.5a2202a72231f8ba5cafe28e0@news.povray.org>
Sven Littkowski <I### [at] SvenLittkowskiname> wrote:
> For some strange reason, it seems I am unable to change the location of
> the two colors inside my pigment_maps....

#declare Switch = 1;
#if (Switch)
 #declare TextureA = texture {MyHullOutsideBottom};
 #declare TextureB = texture {MyHullOutsideTop};
#else
 #declare TextureA = texture {MyHullOutsideTop};
 #declare TextureB = texture {MyHullOutsideBottom};
#end

Then redefine your texture maps using A and B


Post a reply to this message

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