Hi everyone,
For my own project I will allow end users to upload their own 3D models. For this I needed a simple importer for OBJ files (Also for DAE but that is a different asset store package).
OBJ is an open file format for 3D models, introduced by Wavefront. It is supported by most 3D modeling tools.
SimpleLOD imports vertices, normals, 1 uv map and triangles. (polygons are
automatically converted to triangles). It supports multiple meshes and sub meshes.
This is a runtime importer...
SimpleOBJ - Runtime importer for OBJ models
For my own project I will allow end users to upload their own 3D models. For this I needed a simple importer for OBJ files (Also for DAE but that is a different asset store package).
OBJ is an open file format for 3D models, introduced by Wavefront. It is supported by most 3D modeling tools.
SimpleLOD imports vertices, normals, 1 uv map and triangles. (polygons are
automatically converted to triangles). It supports multiple meshes and sub meshes.
This is a runtime importer...
SimpleOBJ - Runtime importer for OBJ models