On Thu, 23 Aug 2001, Corysia Taware wrote:
> Has anyone implemented a MouseLook behavior similar to that used in
> EverQuest? I thought I'd ask before I started writing one.
>
Take a look at
http://thenut.eti.pg.gda.pl/~abies/j3d/
Especially class FreeLook.java (this is what you are looking for).
There is a lot of places it could be improved, but you can take it for a
base. For more 'mature' solution look at MythLookBehaviour - this is
different mode of navigation, but I think it interacts with j3d better -
you should be able to scavenge some ideas to improve FreeLook from there.
Remember to set cursor to invisible shape - in other case it is quite
irritiating.
Artur
===========================================================================
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".