I'd like to be able to store a matrix produced by transformations, but I can't seem to find a command that will let me. I'm aware of the matrix stacks, but I want to be able to store them permanently and for many different objects. I'd rather not have to write my own matrix library to do all the transformations myself when openGL's is already done. Is there anyway to access the matrices? Thanks,
Chris