Re: [PD] gemlist_info in pure opengl?

2010-05-16 Thread Claude Heiland-Allen
punchik punchik wrote: Hello Can anybody tell me if there is a command in pure opengl that performs the same as gemlist_info? Im trying to convert pd/gem patches into c++ and opengl and would like to know how can i make the same as gemlist_info in pure opengl https://pd-gem.svn.sourceforge.ne

Re: [PD] gemlist_info in pure opengl?

2010-05-16 Thread cyrille henry
hello, in pure open_gl, you can have only gemlist_matrix output. then, you have to performe lot's of matrix computation in order to have the same information than gemlist_info... see sources file in order to have the exact opengl command + matrix operation perform by this object. c punchik p

[PD] gemlist_info in pure opengl?

2010-05-15 Thread punchik punchik
Hello Can anybody tell me if there is a command in pure opengl that performs the same as gemlist_info? Im trying to convert pd/gem patches into c++ and opengl and would like to know how can i make the same as gemlist_info in pure opengl thanks A. ___