Re: [JAVA3D] Viewing volume

2000-06-15 Thread Mojtaba Hosseini
Hello Roopesh, I think what you are looking for is setFieldOfView() method of the View class. Take a look at it and see if it helps. Mojtaba === To unsubscribe, send email t

[JAVA3D] Viewing volume

2000-06-14 Thread Roopesh Shendge
Hi, How do I change the Viewing volume? By Viewing volume I mean the area in which the rendering is performed. By defualt the viewing volume is x-axis: -1 to 1 y-axis: -1 to 1 z-axis: -1 to 1 How can I change the above settings? Thanks Roopesh ===