corrade-lsl-templates – Diff between revs 29 and 32

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 29 Rev 32
Line 316... Line 316...
316 "password", 316 "password",
317 configuration 317 configuration
318 ) 318 )
319 ), 319 ),
320 "direction", "left", 320 "direction", "left",
321 "degrees", 0.15 321 "radians", 10 * DEG_TO_RAD
322 ] 322 ]
323 ) 323 )
324 ); 324 );
325 } 325 }
326 if ((level & CONTROL_RIGHT) || (level & CONTROL_ROT_RIGHT)) { 326 if ((level & CONTROL_RIGHT) || (level & CONTROL_ROT_RIGHT)) {
Line 345... Line 345...
345 "password", 345 "password",
346 configuration 346 configuration
347 ) 347 )
348 ), 348 ),
349 "direction", "right", 349 "direction", "right",
350 "degrees", 0.15 350 "radians", 10 * DEG_TO_RAD
351 ] 351 ]
352 ) 352 )
353 ); 353 );
354 } 354 }
355 } 355 }