@@ -16,7 +16,7 @@ The purpose of this application is to learn and share how to draw using OpenGL l
1616News (04/10/2022)
1717=================
1818
19- * Preparing version 4.0.0...
19+ * Preparing version 4.0.0 for Google Play release ...
2020* New orthographic, isometric and free camera views
2121* GLTF basic support :)
2222* Rebranding to org.the3deer
@@ -53,16 +53,16 @@ but at least it's opened to anyone who wants to contribute or don't want to star
5353
5454As this is my first android app and Im still learning the OpenGL 2.0 language, it is highly probable that there are bugs;
5555but I will try to continue improving the app and adding more features. So please send me your comments, suggestions or
56- complains by opening an
[ issue
] ( https://github.com/the3deer/android-3D-model-viewer/issues ) or email me to [email protected] .
56+ complains by opening an [ issue] ( https://github.com/the3deer/android-3D-model-viewer/issues ) .
5757
5858The app comes with some included 3D models that have different licenses.
5959
6060
6161Whats next
6262==========
6363
64- * Support for glTF standard format
65- * 3D without glasses
64+ * Improve support for glTF standard format
65+ * VR without glasses (on hold)
6666* Augmented reality
6767
6868
@@ -152,8 +152,8 @@ You can run application in an emulator
152152 adb -s emulator-5554 push .\app\src\main\assets\models /sdcard/download
153153
154154
155- Glases
156- ======
155+ Glasses
156+ =======
157157
158158You may need one of this glasses to view models in 3D virtual reality.
159159
@@ -164,6 +164,7 @@ You may need one of this glasses to view models in 3D virtual reality.
164164Dependencies
165165============
166166
167+ * git submodule add https://github.com/the3deer/android-3D-engine.git engine (3d engine)
167168* implementation 'com.fasterxml.jackson.core:jackson-databind:2.13.4' (gltf json parser)
168169
169170
0 commit comments