Skip to content

Commit

Permalink
Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
WestLangley authored May 13, 2019
1 parent 3d7f327 commit ca37c0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/manual/en/introduction/Import-via-modules.html
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ <h2>Importable Examples</h2>
</p>
<p>
Note: When using code from the examples directory, it's important that all files match the version of
your three.js main file. For example it's no good approach to use *GLTFLoader* and *OrbitControls* from R96 together
your three.js main file. For example, it's not acceptable to use *GLTFLoader* and *OrbitControls* from R96 together
with three.js R103. You can easily keep your files in sync by using the modules from the JSM directory. If the file
is not available as a module, you can still use third-party npm packages or convert the file to a module by yourself.
In both cases, ensure the code is compatible with your three.js main file.
Expand Down

0 comments on commit ca37c0d

Please sign in to comment.