Inside Sabertooth
Learn how Sabertooth uses 3ds Max to create 3D interactive projects, including HBO Go’s Game of Thrones interactive experience
  • 1/3
You are here: Forum Home / Autodesk® FBX® / FBX SDK / SketchUp warehouse's collada loads without textures
  RSS 2.0 ATOM  

SketchUp warehouse's collada loads without textures
Rate this thread
 
43571
 
Permlink of this thread  
avatar
  • vasaka
  • Posted: 24 May 2010 09:31 PM
  • Total Posts: 9
  • Joined: 23 September 2009 05:02 AM

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_TRIANGULATEfalse )

but this piece just crashes.

Can you suggest me solution, or should I just give up?



Replies: 0
avatar
  • vasaka
  • Posted: 25 May 2010 03:37 AM

investigated some more, quads are not the reason, with triangles UV’s are just messed up.



Replies: 0
avatar
  • COLLADA
  • Posted: 25 May 2010 10:33 AM

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.



Replies: 0
avatar
  • vasaka
  • Posted: 25 May 2010 10:58 AM

I already switching to that, just did not want to have one more library in project.



Replies: 0