AlloSphere-Research-Group / AlloSystem

AlloSystem is a cross-platform suite of C++ components for building interactive multimedia tools and applications.
http://mat.ucsb.edu/allosphere/software.php
BSD 3-Clause "New" or "Revised" License
65 stars 22 forks source link

Install assimp3 on OS X and Linux. #16

Closed DrewRWx closed 11 years ago

DrewRWx commented 11 years ago

Part of work on #11 . Sidesteps an error when the assimp2 portfile is in the user's directory.

LancePutnam commented 11 years ago

Does graphics/al_Asset.cpp still build with this fix? I thought the assimp API changed going from v.2 to v.3.

DrewRWx commented 11 years ago

allocore/examples/graphics/modelShader.cpp, which uses _graphics/alAsset.cpp, builds and runs with rbtsx's switch to assimp3. This pull request finishes up some house cleaning.

LancePutnam commented 11 years ago

I manually merged these changes into devel including a prompt to remove assimp2. I'm not sure if we want to merge into master at all, so I'll leave the request open...