Skip to content

Commit d271040

Browse files
committed
new submodule
1 parent a846e21 commit d271040

File tree

3 files changed

+11
-6
lines changed

3 files changed

+11
-6
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "engine"]
2+
path = engine
3+
url = https://github.com/the3deer/android-3D-engine.git

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The purpose of this application is to learn and share how to draw using OpenGL l
1616
News (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

5454
As this is my first android app and Im still learning the OpenGL 2.0 language, it is highly probable that there are bugs;
5555
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).
5757

5858
The app comes with some included 3D models that have different licenses.
5959

6060

6161
Whats 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

158158
You 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.
164164
Dependencies
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

engine

Submodule engine added at 525e9a5

0 commit comments

Comments
 (0)