New App: 3D Model Viewer

This commit is contained in:
stub 2021-02-18 09:18:43 +03:00
parent c2cd4cb714
commit 754c22dea6

View file

@ -0,0 +1,58 @@
Categories:
- Graphics
- Multimedia
License: MIT
SourceCode: https://github.com/the3deers/android-3D-model-viewer
IssueTracker: https://github.com/the3deers/android-3D-model-viewer/issues
Changelog: https://github.com/the3deers/android-3D-model-viewer/releases
Summary: 3D Model Viewer
Description: |-
Load 3D models and see how to do it with this open source
code application.
Features:
* Supports >= Android 4.0.1 (Ice Cream Sandwich) - Min API Level 14 -> Target API Level 28
* OpenGL ES 2.0 API
* Formats: OBJ (wavefront), STL (STereoLithography) & DAE (Collada-BETA)
* Calculation of normals
* Transformations: scaling, rotation, translation
* Colors
* Textures
* Lighting
* Wireframe + points mode
* Holes
* Smoothing
* Bounding box
* Skybox
* Object pick
* Skeletal animations (collada dae)
* Ray collision detection
* Stereoscopic 3D: anaglyph + cardboard
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
Other:
* Texture loader
* Lightweight: only 1 Megabyte
* File explorer
RepoType: git
Repo: https://github.com/the3deers/android-3D-model-viewer
Builds:
- versionName: 3.0.4
versionCode: 28
commit: 3.0.4
subdir: app
gradle:
- yes
AutoUpdateMode: Version %v
UpdateCheckMode: Tags
CurrentVersion: 3.0.4
CurrentVersionCode: 28