Skip to content

Commit 1981241

Browse files
authored
Merge pull request #16359 from bhajko/patch-1
Update OBJLoader2.html
2 parents ba6965b + 04c08f7 commit 1981241

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/examples/loaders/OBJLoader2.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ <h1>[name]</h1>
1313

1414
<p class="desc">A loader for loading a <em>.obj</em> resource.<br />
1515
The <a href="https://en.wikipedia.org/wiki/Wavefront_.obj_file">OBJ file format</a> is a simple data-format
16-
that represents 3D geometry in a human redeable format as, the position of each vertex, the UV position of
16+
that represents 3D geometry in a human readable format as, the position of each vertex, the UV position of
1717
each texture coordinate vertex, vertex normals, and the faces that make each polygon defined as a list of
1818
vertices, and texture vertices.
1919
</p>

0 commit comments

Comments
 (0)