Specify True and False for the ofxButton's trigger
@taketori7616 wrote: Is there a way to specify True and False of ofxButton's trigger in ofApp.cpp?For example, ofxButton btn; gui.add (btn.setup ("btn", false)); btn = true; like Posts: 1...
View ArticleHow can I add advertisement support like adMob?
@WalkingBrain wrote: Hello everyone, I'm working on basic game & apps development for mobile with openFrameworks and I am trying to add advertisement support. So, how can i add ads system like...
View ArticleAbout creating TreeMap
@taketori7616 wrote: I would like to create a TreeMap like the image below, but do you have anything to help with? If you like, I would like to write simple source code. Posts: 1 Participants: 1 Read...
View ArticleofDrawCircle(...) facing ofCamera - SOLVED
@vanderlin wrote: Looking to get a shape to always face a ofCamera. Here is a basic example, at some point the circle is flipped and not working anymore. Is there a simple better way to make this...
View ArticleRunning Stepper Motors with ofArduino
@Charles_Lucien wrote: Hi All, I've got standard firmata loaded on my Arduino which I'm controlling in OF, however to move my steppers I need to set a delayMicroceconds() between the HIGH and LOW...
View ArticleIs it possible to add markers on map in ofxMaps
@harunali wrote: I would like to know if it is possible to set Marker (position icon into selected sities(logitudes ,latitudes)) same thing like in the picture. And when i click on the marker it makes...
View ArticleWhich Kinect model and operating system for easiest use of Kinect with...
@fooness wrote: Dear community, unfortunately I didn’t find a definitive answer which is not older than almost one year … it seems Kinect v2 is still not officially supported by ofxKinect, is this...
View ArticleI want to hide the title bar of the window
@taketori7616 wrote: Can I hide the top title bar in the window state without making it full screen?The OS is Mac. スクリーンショット 2017-07-27 11.36.25.png2272x301 9.55 KB Posts: 2 Participants: 2 Read full...
View ArticleMaximilian C++ Lib
@Ulonix wrote: Hi,I'm new to this forum, and this is the only place I've found references to the Maximilian Audio library.Actually I'm not using openframeworks, but I'm trying to run the basic...
View ArticleGetting triangles out of an ofxAssimpModelLoader object
@edapx wrote: Is there an easy way to get all the triangles (the position of the 3 vertices) out of an instance of an ofxAssimpModelLoader?Or the only way is to get the mesh, read the indexes and the...
View ArticleTransmission of characters
@taketori7616 wrote: If you draw a character with the code written as below, the surroundings of the character become black. Can I pass it through? setup...
View ArticleQT Creator not letting me set compiler for Desktop Kit
@dimadira wrote: Hello, I followed the steps to use QT Creator with msys2 and OF. I added the compilers in QT Creator but when I go to the "Kits" tab, the Desktop Kit doesn't allow me to set a...
View ArticleFind intersection of a ray with a 3Dprimitive
@edapx wrote: I'm trying to use this method https://glm.g-truc.net/0.9.0/api/a00162.html in order to find the intersection between a ray (with origin X and direction wi) and a mesh. The problem that...
View ArticleprojectGenerator from the command line
@clem wrote: I'm working on an app which has too many addons for projectGenerator to cope... PG throws "There was a problem generating your project... stdout maxBuffer exceeded" I'm using the latest...
View ArticleCan't allocate ofFbo via Emscripten
@chuckleplant wrote: I can render ofImages, however I cannot do this: ofFbo fbo; fbo.allocate(100,100,GL_RGBA);` Here's a minimal (non) working example FBOEmscripten.zip (10.8 KB) The error shows:...
View ArticleSince I want to draw more than 10000 font textures, how to write that shader
@taketori7616 wrote: I'd like to draw more than 10000 font textures, so I would like you to tell me how to write that shader. setup ofVboMesh vboMesh;...
View ArticleofxPanel : change default settings file
@Gallo wrote: hello, I know it is possible to change the default settings file where settings are stored when clicking the disk icon in ofxPanel when using ofxPanel::setup(). But is it possible to...
View ArticleMaximum IR depth length?
@Kit_Webster wrote: Does anyone know which camera has the max IR depth? Im looking to track a human in 3D but I need to place the camera around 7m distance from the subject. Is this even possible?...
View ArticleosxVideoRecorder cuts off the end
@michif wrote: HelloI work with the osxVideoRecorder and have a strange issue: it cuts the last bit of the recorded video. sometimes this is even about 1 sec. somtimes it seems like it adds that part...
View ArticleGet global vertices position of an instance of ofxAssimpModelLoader
@edapx wrote: Hello, I've loaded a model and I've changed the position and the rotation of it inside my scene. Now I need to find the global position of the vertices of the meshes contained in the...
View Article