LuZhouheng

Results 6 comments of LuZhouheng

Hi, @baydam. I just installed OF 0.9.7 & qt creater 4.1.0 base on ubuntu 14.04 recently. And I try to merge all step of installation. I hope my writng is...

Hello @kashimAstro , I am got same problem, here is my /gl/glInfoExample/ output : ``` ------------------------------------------------- opengl info ------------------------------------------------- version=2.1 NVIDIA-10.12.68 355.10.05.05b16 vendor=NVIDIA Corporation renderer=NVIDIA GeForce GT 750M OpenGL Engine...

Hi, @kashimAstro. First of all, thanks for your reply ~ I try your `example-kinect` and add `ofLog()

After change syntax in `main.cpp`, here it is: ``` #include "ofMain.h" #include "ofApp.h" int main( ){ ofGLWindowSettings settings; settings.setGLVersion(4, 1); settings.width = 1024; settings.height = 768; ofCreateWindow(settings); if(!ofGLCheckExtension("GL_ARB_geometry_shader4") && !ofGLCheckExtension("GL_EXT_geometry_shader4")...

Try both your advises. Now it output this console: ``` [verbose] ofxKinect: context inited [verbose] ofxKinect: 1 device found [verbose] ofxKinect: id: 0 serial: 0000000000000000 [notice ] sensor-emitter dist: 7.5cm...