I'm using JPCT to create 3D modelling software. The center of the program has a big view of the model. There are xy, xz and yz views at the side to see each side of the model in detail.
The Problem I have is that I can not remove the "perspective" on the side views. I want a "flat top down" view. A point far in the distance should not be any closer to the center than a close point if they have the same xy position (in the xy view). In other words: "Placing the camera in infinity and then zooming in" is what I want.
I tried fiddling around with the BillBoard Matrix, but no success (I don't even know if this is the right thing to look at). Unfortunately the documentation/examples for JPCT are sparse.