We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ba6965b + 04c08f7 commit 1981241Copy full SHA for 1981241
docs/examples/loaders/OBJLoader2.html
@@ -13,7 +13,7 @@ <h1>[name]</h1>
13
14
<p class="desc">A loader for loading a <em>.obj</em> resource.<br />
15
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
+ that represents 3D geometry in a human readable format as, the position of each vertex, the UV position of
17
each texture coordinate vertex, vertex normals, and the faces that make each polygon defined as a list of
18
vertices, and texture vertices.
19
</p>
0 commit comments