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
|