View Single Post
Old 22nd February 2008, 04:07 PM   #6
lisa
Senior Member
Professional user
 
lisa's Avatar
 
Join Date: Mar 2005
Location: Phoenix, AZ
Posts: 917
Default Re: Second Life Export Troubles

Actually, what I'm looking for isn't the image of the texture--though that gives me a pretty good idea--but an image of what the coordinates look like in the texture coordinate editor. I've attached a picture.

I'm guessing that you probably have more than one polygon using up the same part of the map. What happens then is that one part of the map overwrites another when you export. You need to map it so that only one face occupies each part of the map.

You should fix that bottom edge in AC3D, too. Just switch the TCE to vertex mode, grab each point, and tell it to snap to the bottom.

You said you started with the cylinder model? The cylinder is mapped correctly to begin with, and most tools won't hurt the map, so it's a bit of a mystery. *But*, if I had to hazard a guess, here's what I'm theorizing went wrong at least to the top and bottom... Looking at the first map and you're model, I'm guessing you grabbed all of the surfaces at the poles and combined them. Ordinarily, combining surfaces is just fine and doesn't hurt anything. However, the poles are a special case. If you look at the poles, you'll notice there's a very small hole. The hole is very tiny, so that it doesn't show up at all when imported into SL. But, in AC3D, it allows me to keep the points disconnected and have a discontinuity in the map so that I can force a spherical map on to a cylindrical shape. If you combine those surfaces, the map snaps together and your texture coordinates become zero height.

If you really wanted them combined, you'd have to remap the top so that it is more like it was originally (use a cylindrical unwrap around the y axis). Then use a little LSL script with llSetPrimitiveParams to change the sculpt map mode to cylinder to handle the discontinuity, because the default SL spherical unwrap can't handle a non-spherical map. Personally, I just found it easier to leave the little hole, which again is too small to render in SL anyway.

As far as the jaggy in the middle, I'm not sure, but I'm guessing something similar. A vertex on the left is snapped together with a vertex on the right, so the discontinuity is lost and it's trying to stretch it across the whole thing instead.
Attached Thumbnails
Click image for larger version

Name:	tce.jpg
Views:	222
Size:	262.6 KB
ID:	753  

lisa is offline   Reply With Quote