benbenxiong77 / modelview-android

Automatically exported from code.google.com/p/modelview-android
0 stars 0 forks source link

Provide intent to start modelview with .obj-file and obj-data #7

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I propose to provide two intents (or one intent with flexible parameters) to 
start the modelview-app.

1) Create an intent with a file-URI pointing to a .obj-file in the filesystem. 
After launching the intent the modelview app is started and loads the file.

2) Create an intent with one field in the bundle containing the textual content 
of a .obj file. This would allow to use the modelview app as a viewer for 
.obj-data without having the 3D data as an .obj-file.
(Since I want to have the export to .obj files to be part of the non-free 
version of my androangelo-app, this is commercially interesting for me) 

Original issue reported on code.google.com by hildegun...@googlemail.com on 13 Oct 2011 at 7:45