The VG Resource

Full Version: Convertion problem
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I'm trying to convert a model to .dae and .obj with its textures. But when I open the converted file Windows gives me an error and when I use a model viewer there's no textures.
I would not use the Windows Model Viewer, it's a terrible piece of software in my opinion. Both .DAE and .OBJ formats do not include textures within the model file itself. In the case of .DAE, it looks for textures wherever they are referenced in each material. .OBJ, on the other hand, uses a .MTL file to reference the textures and their locations. If no textures are present, the model will appear blank or white, as shown in your attachment. To fix this, you need to ensure that the textures are included with the model and properly set up for each material.

Hope this helps!
DJ~