John Jenkins
12-20-2002, 04:36 AM
I am using the trackball class to do matrix rotations on my graphics. A problem that I have is that the data I read in goes up down forward and back. Preferibly I could autorotate it so that it is oriented left to right. Eventhough it is easy to rotate with the mouse, the boss wants it to come up left to right. Here is the basic idea of what I do. I read in a thousand data points and graph them in 3D space (They are a thousand coordinate points).
What I am trying to figureout how to do is auto orient it and add the ability to default back to that orientation. Ok I think that gives the gist of it.
What I am trying to figureout how to do is auto orient it and add the ability to default back to that orientation. Ok I think that gives the gist of it.