3dlg-hcvc / omages

We present Object Images (Omages): An homage to the classic Geometry Images.
MIT License
256 stars 12 forks source link

Unwrapping Applicability for Complex 3D Models #1

Closed jxxtin closed 2 months ago

jxxtin commented 2 months ago

Hi, thanks for sharing your amazing work @QhelDIV

I have a question regarding the UV unwrapping for 3D models.

Is UV unwrapping generally applicable to 3D models that consist of multiple assembled meshes or objects with numerous geometric modifications like holes?

QhelDIV commented 2 months ago

We assume the 3D model is already unwrapped. Typically, to unwrap the complex model, 3D artists first cut it to simpler patches, then perform UV unwrapping on those patches indivisually, which is usually done by surface parameterization algorithms. So yes, UV unwrapping is general applicable to all kinds of 3D models.