File tree 4 files changed +26
-1
lines changed
app/src/main/assets/models
4 files changed +26
-1
lines changed Original file line number Diff line number Diff line change @@ -12,11 +12,13 @@ The purpose of this application is to learn and share how to draw using OpenGL l
12
12
* Collada format (DAE): https://en.wikipedia.org/wiki/COLLADA
13
13
14
14
15
- News (07 /09/2018)
15
+ News (11 /09/2018)
16
16
=================
17
17
18
+ * New: Reduced app size to only 1 Mbyte
18
19
* New: Skeleton Animation
19
20
* New: File chooser to load files from any where
21
+ * New: Load models from app repository
20
22
* Fix: Collada Animator Performance improved
21
23
* Fix: Refactoring
22
24
* Fix: Several bugs fixed
@@ -156,6 +158,9 @@ ChangeLog
156
158
157
159
(f) fixed, (i) improved, (n) new feature
158
160
161
+ - 2.2.0 (11/09/2018)
162
+ - (n) Load models from app repository
163
+ - (i) Reduced app size to only 1 Megabyte
159
164
- 2.1.0 (07/09/2018)
160
165
- (n) Skeleton Animation
161
166
- (n) File chooser to load files from any where
Original file line number Diff line number Diff line change
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
You can’t perform that action at this time.
0 commit comments