mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 19:29:13 +00:00
Merge branch 'modelviewer' into 'master'
New App: 3D Model Viewer Closes rfp#1102 See merge request fdroid/fdroiddata!8403
This commit is contained in:
commit
904192f004
1 changed files with 58 additions and 0 deletions
58
metadata/org.andresoviedo.dddmodel2.yml
Normal file
58
metadata/org.andresoviedo.dddmodel2.yml
Normal 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
|
||||
Loading…
Reference in a new issue