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)?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.