d3dx8: D3DXCreateMatrix

2008-04-07 Thread David Adam
I agree that the good implementation is with array. The bad thing is that we must bound the size of the array ourself. I think that a size of 64 or 128 for the array is enough, right? The advantage of a list is that we do not need to take care about the size. David

Re: d3dx8: D3DXCreateMatrix

2008-04-07 Thread H. Verbeet
On 07/04/2008, David Adam <[EMAIL PROTECTED]> wrote: > I agree that the good implementation is with array. > > The bad thing is that we must bound the size of the array ourself. I think > that a size of 64 or 128 for the array is enough, right? > Well no, you keep track of the array size and grow i