This is a demo of OpenGL ES 2.0. It is an android application with a 3D engine that can load Wavefront OBJ, STL, DAE & glTF files. The application is based on andresoviedo's project which can be found ...
Drawing arbitrary 2D lines in OpenGL and OpenGL ES can be a bit tricky. GL_LINES is not always reliable, nor is it flexible enough for most production-quality line rendering. Anti-aliasing and line ...