Question

I have built an application on top of metaio sdk. I have noticed that the 3d objects that comes with the sdk like metaio man renders properly on the screen. But when I try to use any other 3d objects, the texture for all those objects is white. I am using objects in obj and md2 format as these are the only supported types. After researching I found somewhere that we might need to bake the texture using software like Blender. Can anyone please let me know if the baking of textures is a mandatory step for using 3d objects with metaio sdk? If yes, Is there any android plugin that could probably automate this process?

Was it helpful?

Solution

when you get the model as white texture, it's because your 3d model .obj has to many polygons to get renderized in your device, or that your 3d model is to big to get renderized properly. the solution is to reduce the number of polygons and texture of your 3d model. make it simplest possible. hope to help

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top