mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-16 00:54:54 +00:00
update assimp lib
This commit is contained in:
parent
03a348deb7
commit
d3f8fee74e
1725 changed files with 196314 additions and 62009 deletions
9
Engine/lib/assimp/contrib/zip/CONTRIBUTING.md
Normal file
9
Engine/lib/assimp/contrib/zip/CONTRIBUTING.md
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
# Contribution Rules/Coding Standards
|
||||
No need to throw away your coding style, just do your best to follow default clang-format style.
|
||||
Apply `clang-format` to the source files before commit:
|
||||
```sh
|
||||
for file in $(git ls-files | \grep -E '\.(c|h)$' | \grep -v -- '#')
|
||||
do
|
||||
clang-format -i $file
|
||||
done
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue