Skip to content

Commit

Permalink
new submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
andresoviedo committed Oct 18, 2022
1 parent a846e21 commit d271040
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "engine"]
path = engine
url = https://github.com/the3deer/android-3D-engine.git
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ The purpose of this application is to learn and share how to draw using OpenGL l
News (04/10/2022)
=================

* Preparing version 4.0.0...
* Preparing version 4.0.0 for Google Play release...
* New orthographic, isometric and free camera views
* GLTF basic support :)
* Rebranding to org.the3deer
Expand Down Expand Up @@ -53,16 +53,16 @@ but at least it's opened to anyone who wants to contribute or don't want to star

As this is my first android app and Im still learning the OpenGL 2.0 language, it is highly probable that there are bugs;
but I will try to continue improving the app and adding more features. So please send me your comments, suggestions or
complains by opening an [issue](https://github.com/the3deer/android-3D-model-viewer/issues) or email me to andresoviedo@gmail.com.
complains by opening an [issue](https://github.com/the3deer/android-3D-model-viewer/issues).

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


Whats next
==========

* Support for glTF standard format
* 3D without glasses
* Improve support for glTF standard format
* VR without glasses (on hold)
* Augmented reality


Expand Down Expand Up @@ -152,8 +152,8 @@ You can run application in an emulator
adb -s emulator-5554 push .\app\src\main\assets\models /sdcard/download


Glases
======
Glasses
=======

You may need one of this glasses to view models in 3D virtual reality.

Expand All @@ -164,6 +164,7 @@ You may need one of this glasses to view models in 3D virtual reality.
Dependencies
============

* git submodule add https://github.com/the3deer/android-3D-engine.git engine (3d engine)
* implementation 'com.fasterxml.jackson.core:jackson-databind:2.13.4' (gltf json parser)


Expand Down
1 change: 1 addition & 0 deletions engine
Submodule engine added at 525e9a

0 comments on commit d271040

Please sign in to comment.