Re: [Gambas-user] gb.glu is missing Glu.project and Glu.unproject

2012-11-25 Thread Laurent Carlier
Le samedi 24 novembre 2012 14:02:11 Benoît Minisini a écrit : > Le 24/11/2012 12:05, Laurent Carlier a écrit : > > Le jeudi 22 novembre 2012 20:30:41 laurent bernabe a écrit : > >> Hello, > >> > >> I've noticed that the Gb.glu component is missing the two functions > >> project() and unproject(). >

Re: [Gambas-user] gb.glu is missing Glu.project and Glu.unproject

2012-11-24 Thread laurent bernabe
Ok, thank you very much :) So, I will compile from trunk. Regards 2012/11/24 Benoît Minisini > Le 24/11/2012 14:08, laurent bernabe a écrit : > > Hello again, > > > > Should I compile from trunk subfolder or from branches : i mean, is the > > latest trunk version stable enough, or the latest br

Re: [Gambas-user] gb.glu is missing Glu.project and Glu.unproject

2012-11-24 Thread Benoît Minisini
Le 24/11/2012 14:08, laurent bernabe a écrit : > Hello again, > > Should I compile from trunk subfolder or from branches : i mean, is the > latest trunk version stable enough, or the latest branch is enough in order > to get the new glu functions ? > > Regards > The latest branch will not get any

Re: [Gambas-user] gb.glu is missing Glu.project and Glu.unproject

2012-11-24 Thread laurent bernabe
Hello again, Should I compile from trunk subfolder or from branches : i mean, is the latest trunk version stable enough, or the latest branch is enough in order to get the new glu functions ? Regards 2012/11/24 laurent bernabe > Thank you very much :) > Now I think I'll leave official Ubuntu p

Re: [Gambas-user] gb.glu is missing Glu.project and Glu.unproject

2012-11-24 Thread Benoît Minisini
Le 24/11/2012 12:05, Laurent Carlier a écrit : > Le jeudi 22 novembre 2012 20:30:41 laurent bernabe a écrit : >> Hello, >> >> I've noticed that the Gb.glu component is missing the two functions >> project() and unproject(). >> Will a very next version of Gambas implement it ? >> >> Otherwise I've f

Re: [Gambas-user] gb.glu is missing Glu.project and Glu.unproject

2012-11-24 Thread laurent bernabe
Thank you very much :) Now I think I'll leave official Ubuntu package for Gambas, and try to compile from the last revision. Regards 2012/11/24 Laurent Carlier > Le jeudi 22 novembre 2012 20:30:41 laurent bernabe a écrit : > > Hello, > > > > I've noticed that the Gb.glu component is missing the

Re: [Gambas-user] gb.glu is missing Glu.project and Glu.unproject

2012-11-24 Thread Laurent Carlier
Le jeudi 22 novembre 2012 20:30:41 laurent bernabe a écrit : > Hello, > > I've noticed that the Gb.glu component is missing the two functions > project() and unproject(). > Will a very next version of Gambas implement it ? > > Otherwise I've found the implementation code (C++) so that I still can >

[Gambas-user] gb.glu is missing Glu.project and Glu.unproject

2012-11-22 Thread laurent bernabe
Hello, I've noticed that the Gb.glu component is missing the two functions project() and unproject(). Will a very next version of Gambas implement it ? Otherwise I've found the implementation code (C++) so that I still can create a new module with both functions : http://www.opengl.org/wiki/GluPr