About: > I couldn't turn on -verbose:gc since can't really run my applet as an aplication. For that, I have to change a lot of my code.
You can: 1) Use MainFrame class to wrap your applet and run it as a application, than run with -verbosegc See demos ;-) 2) Use Appletviewer -J-verbosegc myPage.html where myPage.html is the page with you java applet Alessandro ----- Original Message ----- From: "Flavius Alecu" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, June 10, 2003 11:56 AM Subject: Re: [JAVA3D] FPS style navigation > Artur, > > I couldn't turn on -verbose:gc since can't really run my applet as an aplication. For that, I have to change a lot of my code. > > But I just wonder if you might know what could affect those hangings...I just noticed that another applet on the web hanged when I was runing it, just for a oupkle of seconds and then it worked again, just like mine. The thing is, it seems like only applets that have mouse navigation hangs....any clue what could cause this?? > > and another thing...like you know I'm using your freelook class and I just noticed that when the camera is "upside down" the mouse is inverted...or at least it seems so...when you turn mouse the mouse to right, the camera rotates to the left and it looks like the bakground is sliding to the right...normally, it's the other way around =) Just thought you might have a solution...not really important since I'm thinking of stoping the rotation when you look up or down, it whouls be maximum since a person irl can't turn back so much...not normal persons anyway =) > > um, here I go babbling again, hope you understand any of this =) > > thanx > > =========================================================================== > To unsubscribe, send email to [EMAIL PROTECTED] and include in the body > of the message "signoff JAVA3D-INTEREST". For general help, send email to > [EMAIL PROTECTED] and include in the body of the message "help". =========================================================================== To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff JAVA3D-INTEREST". For general help, send email to [EMAIL PROTECTED] and include in the body of the message "help".
