Wavefront OBJ Converter
Paste Wavefront OBJ object and press “Convert”. The script converts indexed geometry data into a flat array of triangles. Input vertex attributes required: position, normal, texture coordinates, face indices. Single object only.
Output vertex attribute format:
vec3 position;
vec2 texCoord;
vec3 normal;
Share this page: