App - the3deer/android-3D-model-viewer GitHub Wiki

The app is an android application that serves as demo. It has the following packages:

controller: touch controller to move the camera demo: scene implementation view: DemoActivity: loads the ExampleSceneLoader with many different models MenuActivity: application menu (load, about, exit, etc) ModelActivity: activity to show 3d model ModelRenderer: Android OpenGL renderer used by OpenGL view ModelSurfaceView: Android OpenGL view that uses OpenGL renderer MainActivity: application entry point