Is matrices dynamic sizing possible ?
Hi there,
I have a matrix with objects positions in each row.
I'm creating dynamically my objects and I'd like to be able to change the size of the matrix dynamically.
Can I do that without having to rebuild the matrix each time ?
Or basically, should I use a BIG matrix with a max object number as size ?