Quantcast
Channel: MATLAB Central Newsreader - Crash on creation of OpenGL graphic context
Browsing all 9 articles
Browse latest View live

Re: Crash on creation of OpenGL graphic context

"Tianli Yu" <yu_tianli@hotmail.com> wrote in message <h80fo2$57e$1@fred.mathworks.com>...> I have uploaded an toolbox to render offscreen images using opengl.> >...

View Article



Re: Crash on creation of OpenGL graphic context

I have uploaded an toolbox to render offscreen images using opengl.http://www.mathworks.com/matlabcentral/fileexchange/25071 You can look at the source and see if that helps.

View Article

Re: Crash on creation of OpenGL graphic context

Thanks and on Linux (atleast for Ubuntu 9.04 the libraries should be linked as follows. mex -v -lGL -lglut -lGLU mexRender.c (here i go again.. replying to my own posts :) "Andrea Tagliasacchi"...

View Article

Re: Crash on creation of OpenGL graphic context

Hello Srimal, sorry for the late answer, I was very busy. Here below is a copy of my makefile, that should answer your question. Note that I am compiling in OSX. Cheers CC = g++ MXX =...

View Article

Re: Crash on creation of OpenGL graphic context

Hi Could you please explain how you compiled the C file with openGL code? I get the errors like /home/srimal/m/mexRender.c:82: undefined reference to `glPixelStorei' /home/srimal/m/mexRender.c:83:...

View Article


Re: Crash on creation of OpenGL graphic context

> Your best bet is to move your use of OpenGL into a separate> process and have your MEX code talk to it using some sort> of standard IPC mechanism. You might be able to make it> work in...

View Article

Re: Crash on creation of OpenGL graphic context

Hello there, First of all, thanks for your answer, you demonstrate to have much more knowledge that the person that was assigned to solve my technical request. I would be glad if we could keep this...

View Article

Re: Crash on creation of OpenGL graphic context

"Andrea Tagliasacchi" <ata2@nospam.cs.sfu.ca> wrote in message news:frtb2a$bll$1@fred.mathworks.com...> Hello everybody, few months ago I had the need of working> with OpenGL inside matlab...

View Article


Crash on creation of OpenGL graphic context

Hello everybody, few months ago I had the need of working with OpenGL inside matlab but with full C++ functionalities. At that time I had to face a problem which is still not resolved nowadays. I...

View Article

Browsing all 9 articles
Browse latest View live


Latest Images