File tree 1 file changed +12
-8
lines changed
1 file changed +12
-8
lines changed Original file line number Diff line number Diff line change @@ -13,14 +13,14 @@ The application does not use any third party library.
13
13
* Collada format (DAE): https://en.wikipedia.org/wiki/COLLADA
14
14
15
15
16
- News (13/11/2019 )
16
+ News (15/07/2020 )
17
17
=================
18
18
19
- * New: version 2.7 .0
20
- * Fix: Shader lighting improved !
21
- * Fix: Better support for Collada files
22
- * Fix: Performance issues fixed
23
- * Fix: Bugs fixed
19
+ * New version released 3.0 .0
20
+ * Collada support for polygon with holes
21
+ * Wavefront support for smoothing groups
22
+ * New FPS counter (frames per second)
23
+ * Full refactoring of the code
24
24
25
25
26
26
Demo
@@ -62,6 +62,7 @@ The app comes with some included 3D models that were taken for free from Interne
62
62
Whats next
63
63
==========
64
64
65
+ * Support for glTF standard format
65
66
* 3D without glasses
66
67
* Augmented reality
67
68
@@ -78,8 +79,10 @@ Features
78
79
- textures
79
80
- lighting
80
81
- wireframe & points mode
81
- - bounding box drawing
82
- - object selection
82
+ - holes
83
+ - smoothing
84
+ - bounding box
85
+ - object pick
83
86
- camera support
84
87
- tap to select object
85
88
- drag to move camera
@@ -91,6 +94,7 @@ Features
91
94
- other:
92
95
- texture loader
93
96
- lightweight: only 1 Megabyte
97
+ - file explorer
94
98
95
99
96
100
Try it
You can’t perform that action at this time.
0 commit comments