下载lib3ds
需要编译产生动态静态库
./configure
make install
载/usr/local/lib 下边有动态和静态库
xcode使用lib3ds时候需要加载 头文件和动态库,加载位置是
build path -> link binary
(command+shift+g可以快速输入加载地址)
lib3ds的example里边有调用3ds格式模型并显示的代码
下载lib3ds
需要编译产生动态静态库
./configure
make install
载/usr/local/lib 下边有动态和静态库
xcode使用lib3ds时候需要加载 头文件和动态库,加载位置是
build path -> link binary
(command+shift+g可以快速输入加载地址)
lib3ds的example里边有调用3ds格式模型并显示的代码