Re: [opensource-dev] converting degrees into quaternions

2012-07-31 Thread Sophira Crystal
. On Tue, Jul 31, 2012 at 1:29 PM, Sophira Crystal wrote: > Hi, > > You don't convert degrees to quaternions directly. You convert vectors > to rotations (which are quarternions), and you do that with the > llEuler2Rot function. > > As for the rest of your qu

Re: [opensource-dev] converting degrees into quaternions

2012-07-31 Thread Sophira Crystal
Hi, You don't convert degrees to quaternions directly. You convert vectors to rotations (which are quarternions), and you do that with the llEuler2Rot function. As for the rest of your query, you might find http://wiki.secondlife.com/wiki/Rotation helpful - I don't know much about rotations, but

Re: [opensource-dev] User input solicited picking a number...

2011-11-28 Thread Sophira Crystal
On Mon, Nov 28, 2011 at 10:42 PM, Tigro Spottystripes wrote: > Why does it need to be hardcoded instead of being a setting? According to the original post, because "the additional testing complexity of having variables is not worth the flexibility". (I kind of wish it was a setting too, but appa