I was able to export my spacecraft model in FBX from Fusion360, import in Blender and export as 3DS… and visualize it with VTKDataIO in colors! Not exactly the most streamlined process yet, but at least I’m getting somewhere. The interacting with the model is pretty slow (rotating, zooming, …) and I think that’s because the model is quite heavy.
I tried to play witth OBJ/MTL in case it would help with performance but I too am having issue with VTK interpreting the MTL file. Odd.
To be continued…