Re: [JAVA3D] Automatically activate a JWindow

2003-01-22 Thread Daniel C
Title: Network Blitz This question has been asked before.  You can try searching the archives.  Try: canvas3D.requestFocusInWindow();   Daniel Cardenas   -Original Message- From: Discussion list for Java 3D API [mailto:[EMAIL PROTECTED]] On Behalf Of GB Liu Sent: Wednesday, Jan

Re: [JAVA3D] KeyNavigatorBehavior not working on small model

2003-01-20 Thread Daniel C
Java 3D API [mailto:[EMAIL PROTECTED]] On Behalf Of Daniel C Sent: Monday, January 20, 2003 11:03 AM To: [EMAIL PROTECTED] Subject: [JAVA3D] KeyNavigatorBehavior not working on small model I'm modeling sub atomic particles and it looks like the KeyNavigator behavior is too extreme when moving

[JAVA3D] KeyNavigatorBehavior not working on small model

2003-01-20 Thread Daniel C
I'm modeling sub atomic particles and it looks like the KeyNavigator behavior is too extreme when moving the camera. Is there a simple way to make camera movements less extreme? In looking at the source code for KeyNavigator, it makes a reference to scale it based on the avatar. I don't know how