Page 1 of 1

How can I fix TEXTURE DISTORTION with FSDS?

PostPosted: Thu Jun 21, 2007 6:39 am
by DonAlfonsoRoKil
Does anybody know how I can the distortion of textures on round objects fixed?
I'm using FSDS, don't want to use gmax (but I know it has a solution for this...).
Of couse I could just use wrapped textures, but that doesn't work so properly on fuselages that are very individual.
I just want to use top and bottom or what's the same left and right textures.

I also thought this would be a good topic in simviation forum, because everybody sometimes needs to know this.
If somebody has written this already in another topic, please tell me.

Well now, how to do?

Re: How can I fix TEXTURE DISTORTION with FSDS?

PostPosted: Thu Jun 21, 2007 6:16 pm
by Felix/FFDS
I *believe* that the issue you are talking about happens when a texture is "stretched"  at its ends.  To take the classic example, you texture a fuselage left and right, but across the top (or bottom) where the textures meet, a colored pixel will be stretched.

For FSDS, what some people will do is to split off the top and bottom polygons as their own part, and texture accordingly.  Sometimes this is really the only way to do it, particularly when you had an almost flat upper (or lower) surface.

Re: How can I fix TEXTURE DISTORTION with FSDS?

PostPosted: Fri Jun 22, 2007 6:57 am
by DonAlfonsoRoKil
ah so you mean that I should not texture the whole part but only polygons?! Thanks.

Re: How can I fix TEXTURE DISTORTION with FSDS?

PostPosted: Fri Jun 22, 2007 6:27 pm
by Felix/FFDS
Yes and no.

You end up texturing a part consisting of polygons split off the original part.

Re: How can I fix TEXTURE DISTORTION with FSDS?

PostPosted: Sat Jun 23, 2007 2:50 am
by DonAlfonsoRoKil
You mean I should split my whole fuselage into stripes of polygons?

Re: How can I fix TEXTURE DISTORTION with FSDS?

PostPosted: Sun Jun 24, 2007 1:50 pm
by Felix/FFDS
In this first image, you can see how I have split the fuselage texturing.  The sides left/right are one part, the top/bottom is another part.

Note that the "IL 103"  is on the upper side of the left fusealge and curves over to the "top"  Had I left it as one part, the upper part of the letters would have had some distortion because of the upper pixels getting stretched.



Image

I will admit that this is where I used FS Repaint.   AFter typing in the "IL 103"  I copied and pasted again to the "top" section.  There I could adjust the lettering to fit against the lower section - taking advantage of the default editor's ability to render on screen as you paint something - rotated ever so slightly to fit,

Image

I could then decide to join all the fuselage parts together, but, havn't seen a need to.

Re: How can I fix TEXTURE DISTORTION with FSDS?

PostPosted: Mon Jun 25, 2007 6:58 am
by DonAlfonsoRoKil
Ok, thanks, now I understood it! :D :D