Abstract: Alias — Wavefront OBJ meshes are a common text file type for transferring 3D mesh data between applications made by different vendors. However, as the mesh complexity gets higher and denser, ...
This small script will convert a given OBJ file to a HTML format such that it can be viewed and shared within the browser using a provided HTMl template format. The implementation involves parsing the ...
This is a demo of OpenGL ES 2.0. It is basically an android application with a 3D engine that can load Wavefront OBJ, STL, DAE & GLTF files. The purpose of this application is to learn and share how ...