|
GaL Soyer
Registered User
Join date: 24 Feb 2006
Posts: 47
|
04-23-2007 04:49
hello!  i have 2 question: 1) when i sitting the arrow keys and the Pages keys are move the camera! there is a way to get that effect without sitting? i look at the set camera parameters function and dont understand what is the way... would you help me? 2) now, in that situation (when the arrows and pages keys move the camera) i can still take control on those keys? for ex. to say "Page UP pressed" when it pressed thank you very much! 
|
|
Yumi Murakami
DoIt!AttachTheEarOfACat!
Join date: 27 Sep 2005
Posts: 6,860
|
04-23-2007 07:22
From: GaL Soyer 1) when i sitting the arrow keys and the Pages keys are move the camera! there is a way to get that effect without sitting? i look at the set camera parameters function and dont understand what is the way... would you help me?
llSetCameraParams doesn't do anything about keyboard controls, but you can create the same effect by combining it with llTakeControls. However, moving the camera via multiple llSetCameraParams calls is very, very jerky, because your object will have to do all the math, whereas when you are sitting on an object using the arrow keys the client does the math. From: someone 2) now, in that situation (when the arrows and pages keys move the camera) i can still take control on those keys? for ex. to say "Page UP pressed" when it pressed
Yes, you can take control of the keys while someone is seated on an object, and not only that, but you can decide if the keys should still move the camera as well or not.
|