View Single Post
Old 08-22-2003, 05:24 AM   #8 (permalink)
Flyby
Senior Member
 
Join Date: Sep 2001
Posts: 734
Send a message via ICQ to Flyby
Default

Your problem originates from incorrect modelling:
You got a polygon that is undercutting another, iow they partially overlap.
Adding meshsmooth on top of it increases the number of polygons and can shift the polygons edges, so that they no longer overlap. But your use of meshsmooth is inappropriate because it doubles the amount of polygons on your model.
You should delete your polygons and recreate them in a different order by using different vertices to form your triangle...
Flyby is offline   Reply With Quote