Reputation: 1532
I need to import and show a 3D model from a WRL file in Android application. So far I have not been able to find any API examples' or 3rd party libraries to help with this. Any ideas (other than converting to another 3D file format)?
Upvotes: 3
Views: 1437
Reputation: 1532
It seems at present that no libraries are available for importing a WRL file into a native Android application. The solution is to convert the file to a 3DS or OBJ file format and then make use of the min3D framework.
Upvotes: 2
Reputation: 2786
min3d is a promising one http://code.google.com/p/min3d/ hope this is what you need
Upvotes: 2