About 3D Model Viewer Open Source
Load 3D models and see how to do it with this open source code application.
Formats supported currently: *.obj, *.stl
The main purpose of this app is to show how to draw in android using the OpenGL 2.0 by sharing the source code. So please, don't expect this application to be much richer or nicer than the ones already published in the app store, but at least it's unique in the sense it's opened to anyone who wants to contribute or don't want to start a similar project from scratch.
As this is my first android app and Im still learning the OpenGL 2.0 language, it is highly probable that there are bugs; but I will try to continue improving the app and adding more features. So please send me your comments, suggestions or complains to andresoviedo@gmail.com; or leave a nice comment :)
The app comes with some included 3D models that were taken for free from Internet (http://www.turbosquid.com).
Currently implemented features:
* OpenGL ES 2.0 API
* Formats: OBJ (wavefront) & STL (STereoLithography)
* calculation of normals
* transformations: scaling, rotation, translation
* colors
* textures
* lighting
* wireframe & points mode
* bounding box drawing
* object selection
* camera support!
* tap to select object
* drag to move camera
* rotate with 2 fingers to rotate camera
* pinch & spread to zoom in/out the camera
* moving of objects (not yet!)
* primitive collision detection (not yet!)
* animation of sprites (not yet!)
Features coming soon:
* Support for multiple textures
* Simple model animations
Features for the future:
* Chromecast support
* Cardboard support
Find the complete source code at: https://github.com/andresoviedo/android-3D-model-viewer
For more info about me visit http://www.andresoviedo.org
Download and install
3D Model Viewer Open Source version 1.3.1 on your
Android device!
Downloaded 100+ times, content rating: Not rated
Android package:
org.andresoviedo.dddmodel2, download 3D Model Viewer Open Source.apk
by T####:
Great heart Andres. Perhaps this helps me a lot in learning opengl