Skip to content

Commit e76de8a

Browse files
committed
repository explorer + smoothing + renderer factory memleak fixed
1 parent 1261121 commit e76de8a

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,9 +94,11 @@ Features
9494
- ray collision detection
9595
- stereoscopic 3D: anaglyph + cardboard
9696
- other:
97-
- texture loader
98-
- lightweight: only 1 Megabyte
9997
- file explorer
98+
- repository explorer
99+
- texture loader
100+
- lightweight: only 1.3 Megabyte (embedded models excluded)
101+
100102

101103

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

190193

191194
ChangeLog
3.26 KB
Binary file not shown.

app/src/main/AndroidManifest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
33
xmlns:tools="http://schemas.android.com/tools"
44
package="org.andresoviedo.dddmodel2"
5-
android:versionCode="30"
6-
android:versionName="3.1.1">
5+
android:versionCode="31"
6+
android:versionName="3.2.0">
77

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

0 commit comments

Comments
 (0)