POV-Ray : Newsgroups : povray.general : About texturing : Re: About texturing Server Time
5 Aug 2024 04:14:38 EDT (-0400)
  Re: About texturing  
From: Hugo
Date: 10 Dec 2002 06:45:37
Message: <3df5d3e1$1@news.povray.org>
If you're working with meshes, you could try to texture them in another
software. There are a few freeware's out there to UV map your models, and
you can blend textures manually in Paintshop. It sounds easier to me than
setting up complex textures in POV but in some cases, maybe you only need
something like this:

#local Pig1=pigment { rgb 1*x };
#local Pig2=pigment { rgb 1*z };

#local Blend=pigment { gradient y pigment_map {
    [ 0 Pig1 ] [ 1 Pig2 ] }
};



Hugo


Post a reply to this message

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