dilevin / computer-graphics-meshes

Computer Graphics Assignment about Meshes
1 stars 6 forks source link

texture mapping to sphere issues #67

Open gursi26 opened 1 month ago

gursi26 commented 1 month ago

My texture mapping on the sphere looks weird image image

Everything is getting sucked into the poles and south america looks huge and stretched out. I think it has to do with normalization. I tried to normalize the output xy coordinates with min-max normalization to make them in [0, 1]. Not sure if this is correct.

ZewenShen commented 1 month ago

I think it's because you didn't set UV or UF correctly.