… well I know in this case it cannot be called a “field of view”, however:
When I set the parallel projection using javax.media.j3d.View.setProjectionPolicy( PARALLEL_PROJECTION );
I would like to change the width and the height of the view box.
Basically, I would like to have the same result as when you move the camera back and forth using the perspective projection: when you move back, you see more of the scene, and when you move forward, things get bigger. But when using the parallel projection, the scene size doesn’t change when you move the camera back and forth, and may suddenly disappear if you moved behind the 3d model.
I guess there must be some kind of setViewBoxSize( width, height )
method, but I have not found it, and got lost between the Views, Viewers, ViewingPlatforms and others…
Can someone help me with this?
Thanks!
Hervé