Avatar with SkeletonTrack example
@Cory wrote: Hi, I’m really new to using openFrameworks. The work I want to do is to create an avatar using the Skeleton Tracks example, the skeleton tracks is already working perfectly, now I would...
View ArticleWhen one sound device has four inputs
@tktr wrote: If openframeworks has 4 inputs on one sound device, can you process them separately? Posts: 1 Participants: 1 Read full topic
View ArticleHow to link openframeworks with visual studio 2015?
@Hurricane wrote: I want to know how to link and include openframeworks in an existing project. Are there any sites related to this? I am using mfc and want to use the openframeworks function in the...
View ArticleAdding label to ofxGui for ofReadOnlyParameter
@audiophil wrote: Hi, I would like to observe some variables with ofxGui. What works so far is to create an ofLabel and set the label with myLabel = ofToString(myVariableToObserve); in my update...
View ArticleHow can i Convert 4 channel image to 3 channel image?
@limpBizkit wrote: how can i Convert 4 channel image to 3 channel image? i was using this code long time ago now i’m getting a error. photo.setFromPixels(camera.getPixelsRef()); nChannels =...
View ArticleSudo and echo with ofSystem()
@fresla wrote: I want to turn on and off port forwarding when I open and close my application. I can do this with terminal with the following commands, I need it to be autonomous and not need user...
View ArticleSame texture has different size depending on which window it is used
@edapx wrote: Hello, I am building an application that has 2 windows, an editor and the main application that contains some visuals tuned by the editor. This is the main.cpp file to be clear #include...
View ArticleVariables change unpredictable
@midas wrote: Hello guys, while i have some experience with c++ i am new to of.I have use the ofserial class to communicate with an arduino uno which sends me data with format (a b c \n) Inside the...
View ArticleofxLibWebsockets with Mojave
@Regi wrote: Hello, Has anyone a working version of this with macOS 10.14 and xCode 10.1 and OF 0.10.1? Or a guide of how to set it up? Thanks! Posts: 1 Participants: 1 Read full topic
View ArticleError: missing target product
@owenplanchart wrote: Hi, I keep getting this error message when executing a simple nested for Loop: Unable to resolve build file: XCBCore.BuildFile...
View Article0.9.8 Cannot Compile OpenSSLInitializer.h (cannot open source file...
@Gim_GM wrote: Hello! I just downloaded Openframeworks 0.9.8 for Visual Studio 2015 from the older release page to my Win 10 PC. (http://www.openframeworks.cc/versions/v0.9.8/of_v0.9.8_vs_release.zip)...
View ArticleCant install openFrameworks to QTcreator ubuntu 18
@Simba wrote: Here is the error collect2: error: ld returned 1 exit status /home/heh/of_v0.10.0_linux64gcc5_release/libs/openFrameworksCompiled/project/makefileCommon/compile.project.mk:403: recipe...
View ArticleFix polilyne sharpen vertex
@wanbinkimoon wrote: I’m trying to draw a blob shape, but here is my problem, no matter what i try i’m getting this point angle Screenshot 2018-11-20 at 15.14.42.jpg1824x1868 141 KB here the code that...
View ArticleAdding new lightsource to image - ofLight
@FreddyGump wrote: Was looking at ofLight because I want to add a lightsource to an image. The app “Snapseed” has it implemented as well, and numerous other apps. I wonder how this can be done, since...
View ArticleScaling loaded meshes
@edapx wrote: Hello, I’m am creating a class that inherits from of3DPrimitive and get the mesh by loading an .obj file. Something like: #ifndef STAIRS_H #define STAIRS_H #include "ofMain.h" #include...
View ArticleDeforming by formula at Openframeworks Essential tutorial
@5e0hu wrote: ofSpherePrimitive sphere; ofEasyCam cam; ofxPanel gui; ofxIntSlider countX; ofLight light; ofMaterial material; ofxFloatSlider rad, deform, deformFreq, extrude; vector<ofPoint>...
View ArticleofxAssimpModelLoader alpha
@fresla wrote: How can I change the alpha of a 3d model? If I call ofSetColor(255,255,255,alpha); Before I draw I can change the alpha but then all the textures are white, (whereas when I call this...
View ArticleDrawing Meshes with Antialiasing?
@Daniel_Bennett wrote: I am drawing meshes fairly straightforwardly, but they are drawing without antialiasing. I set up the window like this ofGLWindowSettings settings; settings.setGLVersion(3, 2);...
View ArticleElementaryOS install smooth as butter
@dackdel wrote: Managed to install and run everything on eOS Juno on my Razer Blade laptop with QT Creator Screenshot from 2018-11-27 00-46-37.png1501x759 99.7 KB Posts: 2 Participants: 1 Read full...
View ArticleWhy does this code not draw a circle?
@Ricordi wrote: Hello. I’m wondering why this code doesn’t display a circle. I believe I’m disabling the auto background. However, something is overwriting the circle initially written in setup()....
View Article