-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update Core Addon : ofxAssimpModelLoader #19
Comments
We need to keep an eye on @julapy's refactor and upgrade to 3.0 here openframeworks#1722 |
I'm currently compiling revision 919 for arm. 919 was the first time there was a little bugfix which enabled support for arm platforms. It's just past the 863 2.0 tag, so I'm hoping it works (http://sourceforge.net/projects/assimp/files/assimp-2.0/).
We'll see if it works. Will report soon ... If it does, perhaps you could take a stab at generating the armv7 static lib @kawalt? |
@bakercp , Interesting i will see what can i do with it. Did you try for the rpi? p.s. you typed the wrong @ user again, so i saw this after two days. |
i receive this error:
with or without boost does not make difference. |
I try to build the libs myself without -DENABLE_BOOST_WORKAROUND=ON then build the assimpExample build success but run with Segmentation fault when loading the model |
hi @fishkingsin , interesting. But exactly where do you receive the seg fault? |
hi @kawalt, you can change your notification settings here: https://github.com/settings/notifications |
I think this is the same issue we had in another thread where I accidentally typed @ k a w a l t and not @ k a l w a l t If you go to the bottom of this thread, you can unwatch the thread. |
@kalwalt When assimp load the model loadModel(string modelName, bool optimize){ ... aiSetImportPropertyInteger(AI_CONFIG_PP_SBP_REMOVE, aiPrimitiveType_LINE | aiPrimitiveType_POINT ); ... } on Rasberry pi |
great news @bakercp @fishkingsin @arturoc! there is this new https://github.com/jeremyabel/ofxAssimpModelLoader and works with assimp 3.0 ! i tested only for linux 64 bit and works good , so i suppose that it will works also for armv7l and armv6l , i hadn't the time to do this ( very busy for exams in these days...) but i think i get a try tomorrow with my Pandaboard ( i have already compiled the armv7l static lib for assimp3.0) . stay in touch! |
very cool. keep us posted. On Wed, Feb 20, 2013 at 3:51 PM, Walter Perdan [email protected]:
|
i tried it and i got some seg fault but at least the example compile fine. i will try again but actually i'm testing a bit my new raspberrypi .... |
Need static libs for linuxarm6vl
If you take this on, please document your build procedure on this wiki for future reference.
The text was updated successfully, but these errors were encountered: