ObjMesh is a representation of an object in 3d-space. (Vertices, texture coordinates, normals) It is loaded from .obj Obj-file must have vertices, texture-coordinates, and normals (v/vt/vn) If the file has a material library specified, it will be automatically loaded and set to defaultMaterial. The mesh is automatically converted to triangles.
@author simokr
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.