File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4,13 +4,13 @@ Android 3D Model Viewer
4
4
![ codeship badge] ( https://codeship.com/projects/52cf9560-deb2-0134-4203-2aaddef843aa/status?branch=master )
5
5
6
6
This is a demo of OpenGL ES 2.0.
7
- It is basically an android application with a 3D renderer that can load Wavefront Obj & STL files.
7
+ It is basically an android application with a 3D renderer that can load Wavefront Obj, STL files & Collada files.
8
8
The purpose of this application is to learn and share how to draw using OpenGL language.
9
9
10
10
11
11
* Wafefront format (OBJ): https://en.wikipedia.org/wiki/Wavefront_.obj_file
12
12
* STereoLithography format (STL): https://en.wikipedia.org/wiki/STL_(file_format)
13
-
13
+ * Collada format (DAE): https://en.wikipedia.org/wiki/COLLADA
14
14
15
15
News (24/11/2017)
16
16
=================
You can’t perform that action at this time.
0 commit comments