Model loading and texturing
This commit is contained in:
+2
@@ -0,0 +1,2 @@
|
||||
#!/bin/sh
|
||||
gcc -shared -fPIC -g3 -I../../../include/ -lassimp -olibassimp_wrap.so assimp_wrap.cxx
|
||||
+4
@@ -0,0 +1,4 @@
|
||||
#!/bin/sh
|
||||
rm -rf assimp/
|
||||
mkdir assimp
|
||||
swig -c++ -d -outcurrentdir -I../../../include -splitproxy -package assimp $@ ../assimp.i
|
||||
Reference in New Issue
Block a user