if it's possible to size a virtual universe to precise values
See the javadoc for javax.media.j3d.View & associated classes.
You can clip the front and back View planes and set your own Eye policies to precise values. The universe size (ie what you can see) is otherwise only limited by the physical display device and z-buffer depth and so on.
regards