Re: [Gambas-user] New bugs in OpenGl

2009-01-23 Thread Laurent Carlier
Le jeudi 15 janvier 2009 15:14:58 Jaap Cramer, vous avez écrit : > > On jeudi 15 janvier 2009, Jaap Cramer wrote: > > > Hi > > > > > > I discovered a new bug in the OpenGl module. > > > I use gl.Color4f(0, 1, 0, iTriangleAlpha) to color a object. The > > > variable iTriangleAlpha does not change th

Re: [Gambas-user] New bugs in OpenGl

2009-01-15 Thread Jaap Cramer
> On jeudi 15 janvier 2009, Jaap Cramer wrote: > > Hi > > > > I discovered a new bug in the OpenGl module. > > I use gl.Color4f(0, 1, 0, iTriangleAlpha) to color a object. The variable > > iTriangleAlpha does not change the opacity but the size. (see attachment, > > use slider) > > I see nothing

Re: [Gambas-user] New bugs in OpenGl

2009-01-15 Thread Benoit Minisini
On jeudi 15 janvier 2009, Jaap Cramer wrote: > Hi > > I discovered a new bug in the OpenGl module. > I use gl.Color4f(0, 1, 0, iTriangleAlpha) to color a object. The variable > iTriangleAlpha does not change the opacity but the size. (see attachment, > use slider) I see nothing wrong in the source

[Gambas-user] New bugs in OpenGl

2009-01-14 Thread Jaap Cramer
Hi I discovered a new bug in the OpenGl module. I use gl.Color4f(0, 1, 0, iTriangleAlpha) to color a object. The variable iTriangleAlpha does not change the opacity but the size. (see attachment, use slider) Is openGl still being worked on? Jaap __