DAE export problem

DAE export problem

Hey guys. I'm having a frustrating issue here... I made this model in Cheetah and it looks well and dandy but when I export it, it seems to be adding some extra polygon in the exported Collada file? Anyone know what might be going on? Spent hours trying to resolve it and even made a new one from scratch and it's doing the same...

Cheetah:
http://i.imgur.com/4UAv1zP.png

DAE model (notice diagonal polygon from top left to bottom right):
http://i.imgur.com/ZmjMAsU.png
 

Welcome to the forum.

Can you upload the file, zip it up and post it.

I think I know why, but I can't be sure unless I can see it.

 

Welcome to the forum.

Can you upload the file, zip it up and post it.

I think I know why, but I can't be sure unless I can see it.


Hey, attached is the ZIP file which contains the Collada export and the original JAS file.

Thank you. :)
 

Attachments

  • Archive.zip
    7.4 KB · Views: 489
I don´t think Collada supports nGons (polygons with more than 4 edges).
When you triangulate the mesh first and export then all is fine and dandy:

Cheers
Frank
 

Attachments

  • Wall4U.dae.zip
    3.6 KB · Views: 474
Hi,
Collada actually supports NGons and Cheetah3D exports NGons by default. But since some Collada importers in other apps don't handle NGons properly I've added an "Only triangles" option to the Collada exporter in Cheetah3D (Preferences->Files->.dae). With that turned ON Cheetah3D triangulates meshes automatically.

Bye
Martin
 
Hi,
Collada actually supports NGons ...
Ah ok - I wasn´t 100% sure because I only checked with Preview.app which don´t display complex nGons - at least here:
And I missed the exporter option obviously. ;)

Cheers
Frank
 

Attachments

  • PreviewNgon.jpeg
    PreviewNgon.jpeg
    28.9 KB · Views: 475
Ah ok - I wasn´t 100% sure because I only checked with Preview.app which don´t display complex nGons - at least here:
And I missed the exporter option obviously. ;)

Hi Frank,
even Sierra has problems with properly triangulating NGons. That's very strange.

Bye
Martin
 
Back
Top