Hi Kevin,
You can't do this in one rotatef() function.
You have to rotate every quad separately, using sequence:
gl.Loadidentity - to reset matrix at 0,0,0
for each quad do
gl.pushmatrix() - save the global matrix
gl.translatei() - move to the center of each quad
gl.rotatef(angle,x,y,z) - rotate e
Here's looking at you Tomek, although anyone who knows give me a shout out.
I'm using a nested For...Next loop to render a 2D grid of quads. I need
the grid of quads to be rotated about its "center", but would like to
make a single matrix transformation instead of doing one for each quad.
Is t
On 08/08/2011 04:29 PM, Benoît Minisini wrote:
>> On 08/08/2011 04:10 PM, Benoît Minisini wrote:
I asked this before and didn't get a response. Maybe I gave too much
background information and made the problem appear more complex than it
is.
I need to create a 2D array of 1
> On 08/08/2011 04:10 PM, Benoît Minisini wrote:
> >> I asked this before and didn't get a response. Maybe I gave too much
> >> background information and made the problem appear more complex than it
> >> is.
> >>
> >> I need to create a 2D array of 1D Integer arrays.
> >
> > You should write it
On 08/08/2011 04:10 PM, Benoît Minisini wrote:
>> I asked this before and didn't get a response. Maybe I gave too much
>> background information and made the problem appear more complex than it is.
>>
>> I need to create a 2D array of 1D Integer arrays.
>
> You should write it that way:
>
> "a 2D a
> I asked this before and didn't get a response. Maybe I gave too much
> background information and made the problem appear more complex than it is.
>
> I need to create a 2D array of 1D Integer arrays.
You should write it that way:
"a 2D array of 1D array of integers".
Then you write it in Ga
El 08/08/11 21:49, Benoît Minisini escribió:
>> El 08/08/11 21:33, Benoît Minisini escribió:
Hi, just a minor issue:
Browsing Gambasdoc today, it shows only plain text, no style cascade
sheet found.
Regards
>>>
>>> Mmm. Everything is normal there. Can you check yo
I asked this before and didn't get a response. Maybe I gave too much
background information and made the problem appear more complex than it is.
I need to create a 2D array of 1D Integer arrays. I've tried everything
I can think of and nothing works. The initial declaration needs to be
public a
El 08/08/11 21:49, Benoît Minisini escribió:
>> El 08/08/11 21:33, Benoît Minisini escribió:
Hi, just a minor issue:
Browsing Gambasdoc today, it shows only plain text, no style cascade
sheet found.
Regards
>>>
>>> Mmm. Everything is normal there. Can you check yo
> Hi, just a minor issue:
>
> Browsing Gambasdoc today, it shows only plain text, no style cascade
> sheet found.
>
>
> Regards
Mmm. Everything is normal there. Can you check your browser?
--
Benoît Minisini
--
Black
Hi, just a minor issue:
Browsing Gambasdoc today, it shows only plain text, no style cascade
sheet found.
Regards
--
Jesus Guardon
--
BlackBerry® DevCon Americas, Oct. 18-20, San Francisco, CA
The must-attend event for
Status: New
Owner:
Labels: Version Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any
Desktop-Any GUI-Any
New issue 77 by spo...@gmail.com: Support poppler 0.17.0
http://code.google.com/p/gambas/issues/detail?id=77
1) Gambas 2 needs a small patch to compile against poppler 0.17.0.
2) Ve
12 matches
Mail list logo