|
Hello, Is there any way to load COLLADA files from SketchUp warehouse?
I have two problems:
1. FBX SDK seems do not understand COLLADA libraries and so I can not get texture image names with it.
2. I can find textures manually, this is still faster then use another library, but FBX triangulates quads in COLLADA and screw up UV coordinates in process, so I still can not import models with textures.
I have tried to disable triangulation with
pFbxSdkManager->GetIOSettings()->SetBoolProp( IOSN_COLLADA_TRIANGULATE, false )
but this piece just crashes.
Can you suggest me solution, or should I just give up?
|
|
|
|
investigated some more, quads are not the reason, with triangles UV’s are just messed up.
|
|
|
|
Have you tried the http://opencollada.org/download.html plug-in
Autodesk default implementation (COLLADA through FBX) is not the best solution for importing/exporting COLLADA content.
|
|
|
|
I already switching to that, just did not want to have one more library in project.
|
|
|