Any ideas on how to create a script which does the following:
touch_start{
goes to Mouselook at coordinates(55.108,212.305,26.287)
rotates left or right around this point when using the cursor keys
}
These forums are CLOSED. Please visit the new forums HERE
script to go to Mouselook |
|
|
Boris Eebus
Registered User
Join date: 8 Feb 2008
Posts: 45
|
05-06-2008 08:42
Any ideas on how to create a script which does the following:
touch_start{ goes to Mouselook at coordinates(55.108,212.305,26.287) rotates left or right around this point when using the cursor keys } |
|
Keira Wells
Blender Sculptor
Join date: 16 Mar 2008
Posts: 2,371
|
05-06-2008 09:16
Try using llSetCameraEyeOffset, llSetCameraAtOffset, and llForceMouselook together to achieve it.. not sure you can do it where you choose region coordinates, but if you have a static object to sit on then you could figure out offset and whatnot for that object. Or just calculate it mathematically, but I for one don't like math XD
http://lslwiki.net/lslwiki/wakka.php?wakka=llSetCameraAtOffset http://lslwiki.net/lslwiki/wakka.php?wakka=llSetCameraEyeOffset http://lslwiki.net/lslwiki/wakka.php?wakka=llForceMouselook _____________________
Tutorials for Sculpties using Blender!
Http://www.youtube.com/user/BlenderSL |