I want to convert universal 3d file format(.u3d) to .stl or .obj format. I am looking for some libraries to extract geometrical data(vertices, normals), materials, textures from u3d file. U3d format has become obsolete now a days. I tried searching on the internet for some libraries but was not able to find any suitable one. Is their any library available which does convert u3d to stl or obj directly?
Thanks