Model loading and texturing

This commit is contained in:
Dane Johnson
2021-01-18 18:25:47 -06:00
parent 66bf7776c7
commit 155b572aca
1283 changed files with 533814 additions and 42 deletions

2
thirdparty/assimp/port/swig/d/build.sh vendored Executable file
View File

@@ -0,0 +1,2 @@
#!/bin/sh
gcc -shared -fPIC -g3 -I../../../include/ -lassimp -olibassimp_wrap.so assimp_wrap.cxx

4
thirdparty/assimp/port/swig/d/generate.sh vendored Executable file
View File

@@ -0,0 +1,4 @@
#!/bin/sh
rm -rf assimp/
mkdir assimp
swig -c++ -d -outcurrentdir -I../../../include -splitproxy -package assimp $@ ../assimp.i