File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -56,10 +56,10 @@ It was used in [glTFForUE4](https://github.com/code4game/glTFForUE4).
5656 > Run ` git submodule update --init `
57572 . Generate the project by [ CMake]
5858 > Run ` cmake -G "[GENERATOR BY YOUR SYSTEM]" [LIBGLTF FOLDER] `
59- 3 . Build the project and generate the the static library ` libgltf.lib ` or ` libgltf.a `
59+ 3 . Build the project and generate the static library ` libgltf.lib ` or ` libgltf.a `
60604 . Include ` libgltf/libgltf.h ` in your project.
61615 . Link the static library ` libgltf.lib ` or ` libgltf.a ` in your project.
62- > You have to link the static library ` draco.lib ` or ` draco.a ` with your project, if you want support the [ Google's Draco] .
62+ > You have to link the static library ` draco.lib ` or ` draco.a ` with your project, if you want to support the [ Google's Draco] .
6363 > And you can find the draco in the external folder.
6464
6565Code example:
You can’t perform that action at this time.
0 commit comments