Skip to content

Commit dc5c534

Browse files
committed
Load model from app repo + collision on demand
1 parent 9bee49a commit dc5c534

File tree

4 files changed

+26
-1
lines changed

4 files changed

+26
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,13 @@ The purpose of this application is to learn and share how to draw using OpenGL l
1212
* Collada format (DAE): https://en.wikipedia.org/wiki/COLLADA
1313

1414

15-
News (07/09/2018)
15+
News (11/09/2018)
1616
=================
1717

18+
* New: Reduced app size to only 1 Mbyte
1819
* New: Skeleton Animation
1920
* New: File chooser to load files from any where
21+
* New: Load models from app repository
2022
* Fix: Collada Animator Performance improved
2123
* Fix: Refactoring
2224
* Fix: Several bugs fixed
@@ -156,6 +158,9 @@ ChangeLog
156158

157159
(f) fixed, (i) improved, (n) new feature
158160

161+
- 2.2.0 (11/09/2018)
162+
- (n) Load models from app repository
163+
- (i) Reduced app size to only 1 Megabyte
159164
- 2.1.0 (07/09/2018)
160165
- (n) Skeleton Animation
161166
- (n) File chooser to load files from any where
48.1 KB
Binary file not shown.
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# triangle
2+
3+
#
4+
# (3)------(2)
5+
# | /
6+
# | /
7+
# | /
8+
# | /
9+
# (1)
10+
11+
v -0.5 -0.25 0
12+
v 0.5 -0.25 0
13+
v 0.0 0.5 0
14+
15+
v -0.5 0.25 0
16+
v 0.5 0.25 0
17+
v 0.0 -0.5 0
18+
19+
f 1 2 3
20+
f 4 5 6

app/src/main/assets/models/wolf.stl

536 KB
Binary file not shown.

0 commit comments

Comments
 (0)