Hello
I have the problem to put a face scin texture to a mesh of triangles.
But the texture isn't cylindrical or shrerical, I only have a set of
corresponding points between face and scin.
Is there any way to solve this?
JD
Jan Bouecke wrote:
> I have the problem to put a face scin texture to a mesh of triangles.> But the texture isn't cylindrical or shrerical, I only have a set of> corresponding points between face and scin.> Is there any way to solve this?
You need uv-mapping. See section 6.7.7(.2) in the docs.
--
objects.povworld.org - The POV-Ray Objects Collection
book.povworld.org - The POV-Ray Book Project
Thank you very much
I have searched for it but ...
Thanks
Micha Riser wrote:
>Jan Bouecke wrote:> >>>I have the problem to put a face scin texture to a mesh of triangles.>>But the texture isn't cylindrical or shrerical, I only have a set of>>corresponding points between face and scin.>>Is there any way to solve this?>> >>>>You need uv-mapping. See section 6.7.7(.2) in the docs.>> >
Wasn't it Jan Bouecke who wrote:
>Hello>I have the problem to put a face scin texture to a mesh of triangles. >But the texture isn't cylindrical or shrerical, I only have a set of >corresponding points between face and scin.>Is there any way to solve this?
If you can manage to translate your mesh data into a Wavefront OBJ file,
then you can use UVmapper to align the UV map however you want. Once
you've done that you can convert it back to POV format with something
like Obj2pov.
--
Mike Williams
Gentleman of Leisure