Hi,
This may sound a little simple, but remember I’m only learning!
I am trying to make a server/client app with Java3D. I want the server to
control all my behaviours, and the client to simply reproduce the scene from
the server. However, the client will be able to interact with the scene
(e.g. A box is moved about by the client, but the server controls collision
detection).
I have a couple of questions regarding achieving this:
Will I hit major problems with synchronizing the server and multiple
clients?
Will the server be able to control my universe but without actually
rendering any output? If yes, what is the best method for doing this?
I hope I’m making sense, but I’m still picking up the lingo!
Thanks for any help,
Ralph.
===========================================================================
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".