3D Model Viewer (Open Source)

3.5
361 reviews
100K+
Downloads
Content rating
Everyone
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image

About this app

Load 3D models and see how to do it with this open source code application.
Formats supported currently: *.obj, *.stl & *.dae

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

Currently implemented features:
* OpenGL ES 2.0 API
* Formats: OBJ (wavefront), STL (STereoLithography) & DAE (Collada)
* calculation of normals
* transformations: scaling, rotation, translation
* colors
* textures
* lighting
* wireframe & points mode
* bounding box
* polygon with holes
* smoothing
* object picking
* 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
* skeletal animations (collada)
* ray collision detection
* stereoscopic 3D
* lightweight: 1 megabyte

Features coming soon:
* glTF support
* 3D without glasses
* Augmented reality

Find the complete source code at: https://github.com/the3deers/android-3D-model-viewer

For more info about me visit http://www.andresoviedo.org
Updated on
Jul 25, 2022

Data safety

Safety starts with understanding how developers collect and share your data. Data privacy and security practices may vary based on your use, region, and age. The developer provided this information and may update it over time.
No data shared with third parties
Learn more about how developers declare sharing
No data collected
Learn more about how developers declare collection

Ratings and reviews

3.6
303 reviews
Johnny Jackson
May 17, 2024
nice app! but please make it possible to adjust the depth in the Stereoscopic VR Glasses mode, the difference in the angle between the two images is so slight and doesn't give enough depth.
1 person found this review helpful
Did you find this helpful?
The 3Deer
May 18, 2024
Dear Jhonny. Thanks for the feedback. I know the VR is far from perfect. I will add controls soon to allow you configure all the VR settings. Kind regards
04 Livery Design
July 17, 2021
ir works great when viewing a 3d model along with the wireframes, but when i load a png texture into the model everything turns black, interesting because it doesn't happen when i upload the texture into a default model like the penguin for example, it has something to do with the 3D model i loaded? it is a car btw, and also when i remove the texture everything returns to normal.
11 people found this review helpful
Did you find this helpful?
Henrique
November 7, 2020
This almost suffices what I need, a simple 3D render to study shapes in order to draw them, however, having no control over the light, or almost no control to be specific, makes it unusable for me. Still kudos for this interesting open source project.
10 people found this review helpful
Did you find this helpful?

What's new

* new orthographic, isometric and free camera views
* new UI elements
* user settings are saved