You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/index.rst
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -59,11 +59,11 @@ Getting Started
59
59
60
60
Run :code:`cmake -G "[GENERATOR BY YOUR SYSTEM]" [LIBGLTF FOLDER]`
61
61
62
-
#. Build the project and generate the the static library :code:`libgltf.(lib/a)`
62
+
#. Build the project and generate the static library :code:`libgltf.(lib/a)`
63
63
#. Include :code:`libgltf/libgltf.h` in your project.
64
64
#. Link the static library :code:`libgltf.(lib/a)` in your project.
65
65
66
-
You have to link the static library `draco.lib` or `draco.a` with your project, if you want support the `Google's Draco`_.
66
+
You have to link the static library `draco.lib` or `draco.a` with your project, if you want to support the `Google's Draco`_.
67
67
And you can find the draco in the external folder.
68
68
69
69
Code example:
@@ -160,7 +160,7 @@ Character encoding
160
160
Supports Google's draco
161
161
-----------------------
162
162
163
-
You can update the Google's draco submodule in external/draco or pull the draco repo by yourself.
163
+
You can update Google's draco submodule in external/draco or pull the draco repo by yourself.
164
164
165
165
Check the :code:`LIBGLTF_USE_GOOGLE_DRACO` or set :code:`LIBGLTF_USE_GOOGLE_DRACO` is `TRUE`.
166
166
@@ -170,7 +170,7 @@ Check the :code:`LIBGLTF_USE_GOOGLE_DRACO` or set :code:`LIBGLTF_USE_GOOGLE_DRAC
170
170
Download libraries
171
171
------------------
172
172
173
-
This project is compiled by github action, and you can download the compiled library with `Google's Draco`_ from `the action page`_ or `the release page`_.
173
+
This project is compiled by GitHub action, and you can download the compiled library with `Google's Draco`_ from `the action page`_ or `the release page`_.
174
174
175
175
In `the action page`_ or `the release page`_, libraries was compiled with `MultiThreading` (/MT or /MTd) for **windows**.
0 commit comments