@@ -16,7 +16,7 @@ The purpose of this application is to learn and share how to draw using OpenGL l
16
16
News (04/10/2022)
17
17
=================
18
18
19
- * Preparing version 4.0.0...
19
+ * Preparing version 4.0.0 for Google Play release ...
20
20
* New orthographic, isometric and free camera views
21
21
* GLTF basic support :)
22
22
* 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
53
53
54
54
As this is my first android app and Im still learning the OpenGL 2.0 language, it is highly probable that there are bugs;
55
55
but 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 andresoviedo@gmail.com .
56
+ complains by opening an [ issue] ( https://github.com/the3deer/android-3D-model-viewer/issues ) .
57
57
58
58
The app comes with some included 3D models that have different licenses.
59
59
60
60
61
61
Whats next
62
62
==========
63
63
64
- * Support for glTF standard format
65
- * 3D without glasses
64
+ * Improve support for glTF standard format
65
+ * VR without glasses (on hold)
66
66
* Augmented reality
67
67
68
68
@@ -152,8 +152,8 @@ You can run application in an emulator
152
152
adb -s emulator-5554 push .\app\src\main\assets\models /sdcard/download
153
153
154
154
155
- Glases
156
- ======
155
+ Glasses
156
+ =======
157
157
158
158
You may need one of this glasses to view models in 3D virtual reality.
159
159
@@ -164,6 +164,7 @@ You may need one of this glasses to view models in 3D virtual reality.
164
164
Dependencies
165
165
============
166
166
167
+ * git submodule add https://github.com/the3deer/android-3D-engine.git engine (3d engine)
167
168
* implementation 'com.fasterxml.jackson.core:jackson-databind:2.13.4' (gltf json parser)
168
169
169
170
0 commit comments