diff --git a/docs/examples/loaders/OBJLoader2.html b/docs/examples/loaders/OBJLoader2.html index 9d88988003c85b8028a7916fd700908cfed07d66..4499d2e841962f2e5a6a813306be49223fade8a5 100644 --- a/docs/examples/loaders/OBJLoader2.html +++ b/docs/examples/loaders/OBJLoader2.html @@ -13,7 +13,7 @@

A loader for loading a .obj resource.
The OBJ file format is a simple data-format - that represents 3D geometry in a human redeable format as, the position of each vertex, the UV position of + that represents 3D geometry in a human readable format as, the position of each vertex, the UV position of each texture coordinate vertex, vertex normals, and the faces that make each polygon defined as a list of vertices, and texture vertices.