[JAVA3D] clipping planes

2002-12-20 Thread Appalaraju.Kvrapati
Hello Forum, I have a structure which is scattered across all the XYZ Co-ordinates. I am scaling the structure to nominal View platform. Will this affect the clipping distances?. How to arrive at front clip and back clip distances for that structure?. Regards, AppalaRaju ==

Re: [JAVA3D] clipping planes

2002-12-18 Thread Jeremy Booth
Appalaraju.Kvrapati wrote: > Hello forum, > > when I set front clipping distance to the view in parallel projection mode > then the value of the front clip distance is from the viewer (or) from the > eye-position (or) from the virtual position?. > > If I set the nominalviewplatform also then how

[JAVA3D] clipping planes

2002-12-18 Thread Appalaraju.Kvrapati
Hello forum, when I set front clipping distance to the view in parallel projection mode then the value of the front clip distance is from the viewer (or) from the eye-position (or) from the virtual position?. If I set the nominalviewplatform also then how it effects the front clip distance. Tha