Re: [JAVA3D] help needed with setProjectionPolicy

2001-02-25 Thread PiXoTo
any suggestion. byezz - Original Message - From: "Blaine Alex Bell" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, February 25, 2001 9:52 PM Subject: Re: [JAVA3D] help needed with setProjectionPolicy > try using different values (i.e. PERSPECTIVE a

Re: [JAVA3D] help needed with setProjectionPolicy

2001-02-25 Thread Blaine Alex Bell
try using different values (i.e. PERSPECTIVE and PARALLEL) when calling the setProjectionPolicy method between the two buttons. it works fine for me. B On Sun, 25 Feb 2001, PiXoTo wrote: > Hello, > > How can I change the projectionPolicy at runtime? > I have two buttons. When the user press th

[JAVA3D] help needed with setProjectionPolicy

2001-02-25 Thread PiXoTo
Hello,   How can I change the projectionPolicy at runtime? I have two buttons. When the user press the first it does setProjectionPolicy (view.PARALELL_PROJECTION) and setProjectionPolicy (view.PARALELL_PROJECTION) when the second one is pressed.   The problem is that ... nothing is change