BILL JOBS
BILL JOBS
Thank you for getting back to me @cuinjune! I tried installing 2.0.0 via deken (twice, the second time deleting the entire ofelia folder before trying), and it resulted in none...
Hi again — I noticed 2.0.0 it out now, can you tell me how I can load .obj files with the new version? Thanks!
@grabanton No, unfortunately — I took a stab at writing the bindings myself a while back and I think I got about 75% there but it was not quite working.
No worries! I've rolled back to a previous version in the meantime.
Hi Zack, Funny enough, I am running of 9.8 for iOS — I just did a clean install and I’m still getting the same result. I am able to run...
Hi Zack, Sorry for the late response, I was pretty busy with the holidays (Happy New Year by the way!). The zipped project you attached had the same problem on...
@MJVville for what it's worth, this repository has some examples of loading 3d models in `.ply` format: https://github.com/60-hz/Ofelia-Fast-Prototyping.git They also have a unique approach to Ofelia and contain many other...
You're right, I need to be using `GL_TRIANGLES` instead, but the issue I'm having is more with the compiler complaining about these functions on the Pi: ``` /home/pi/openFrameworks/addons/ofxFX/src/ofxFXObject.cpp: In member...
I was able to get it to compile after making the following changes, but I haven't tested it yet: ```c++ void ofxFXObject::renderFrame(float _width, float _height){ if (_width == -1) _width...