Skip to content

Commit

Permalink
repository explorer + smoothing + renderer factory memleak fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
andresoviedo committed Feb 12, 2022
1 parent 1261121 commit e76de8a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,11 @@ Features
- ray collision detection
- stereoscopic 3D: anaglyph + cardboard
- other:
- texture loader
- lightweight: only 1 Megabyte
- file explorer
- repository explorer
- texture loader
- lightweight: only 1.3 Megabyte (embedded models excluded)



Try it
Expand Down Expand Up @@ -186,6 +188,7 @@ Assets
* toyplane : Editorial Uses Only - https://blog.turbosquid.com/turbosquid-3d-model-license/#Editorial-Usage
* skybox sea : https://learnopengl.com/Advanced-OpenGL/Cubemaps
* skybox sand : Copyright 2012 Mobialia - https://github.com/mobialia/jmini3d
* repository (parts) : Community contribution (Professsor S)


ChangeLog
Expand Down
Binary file modified app/build/outputs/apk/release/app-release.apk
Binary file not shown.
4 changes: 2 additions & 2 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="org.andresoviedo.dddmodel2"
android:versionCode="30"
android:versionName="3.1.1">
android:versionCode="31"
android:versionName="3.2.0">

<uses-sdk
tools:overrideLibrary="android.support.compat, android.arch.lifecycle" />
Expand Down

0 comments on commit e76de8a

Please sign in to comment.