

The main purpose of this app is to show how to draw in android using the OpenGL 2.0 by sharing the source code.

#AUTOCAD VIEWER ANDROID CODE#
Load 3D models and see how to do it with this open source code application. If you have any issue in general,please open an issue and attach model if possible, specifying Android version and Device model.In order to see models in 3D virtual reality, you need red-cyan and/or VR glasses.Collada renderer currently supports a maximum of 60 bones. (works, but not always correct - transparency/depth sorting is missing)Ĭheckout this to see the features of the application: Android Market Others: Points, Lines, LineLoop, LineStrip, TriangleStrip, TriangleFan.positions, normals, tangents, 2 tex coord sets, 1 color set, joints, weights.currently only use a single camera and force the object at center for easier view.New: Add partially support for glTF models.STereoLithography format (STL): (file_format).As this is my first android app, it is highly probable that there are bugs but I will try to continue improving the app and adding more features. The purpose of this application is to learn and share how to draw using OpenGLES and Android. The application is based on andresoviedo's project which can be found here with an additional function of loading and rendering glTF format. It is an android application with a 3D engine that can load Wavefront OBJ, STL, DAE & glTF files.
