Andrew Meadows
21b2d14956
converting existing JS scripts to use new damping
...
Old formula the scripts were using: v *= damping
So a value of 0.999 was "little damping" and a value of 0.001 was "very strong damping",
but now that is reversed.
New formula: v *= (1 j- damping)^dt
A damping value of 0.001 now means "very little damping"
and a value of 0.999 means "very strong damping".
2015-01-05 11:25:15 -08:00
Stephen Birarda
cfa2912877
use new SoundCache across scripts
2014-11-13 15:01:45 -08:00
Stephen Birarda
d81609f045
use hash in place of AudioInjectionOptions in other js files
2014-11-11 11:16:45 -08:00
ZappoMan
6fdd489715
more Particles to Entities migration
2014-10-17 10:25:52 -07:00
Leonardo Murillo
f0852ba283
Using new variable in all references to S3 bucket
2014-10-06 11:21:35 -06:00
Philip Rosedale
40dee3b39e
Added JS calls for left/right estimated palm position on skeleton model, improved toy ball to use them
2014-06-25 05:24:22 -07:00
Philip Rosedale
88c01266ab
more hair tweaks, don’t render in 1P, improved toy ball
2014-06-25 03:29:08 -07:00
Thijs Wenker
ebc6f4e78e
Removed UTF-8 new line characters, QT script errors on those lines in Windows.
2014-04-23 14:40:06 +02:00
Stephen Birarda
9950845566
more apache licensing tweaks to JS files
2014-04-09 09:19:29 -07:00
Stephen Birarda
0f204f932c
add apache license information to more js files
2014-04-08 18:00:24 -07:00
Stephen Birarda
8ff244cc1a
add missing space for example replace in javascripts
2014-04-08 17:58:02 -07:00
Stephen Birarda
71c3443614
mass replacement of js of hifi with examples
2014-04-08 17:56:56 -07:00
ZappoMan
374af9eeb5
first cut at flocking birds, change willEmitVisualCallback to update
2014-03-04 14:40:49 -08:00
Stephen Birarda
9015b24aa5
update the script examples for new nomenclature
2014-01-31 14:41:24 -08:00
Philip Rosedale
5d1a320dd0
fixed merge
2014-01-23 13:50:44 -08:00
ZappoMan
d2bf3a2a5d
set default particle lifetime to 10 seconds, make sure lifetime is always honored
2014-01-23 13:46:12 -08:00
Philip Rosedale
86e37f8fc2
new sounds for drumsticks
2014-01-23 11:53:46 -08:00
Brad Hefta-Gaub
c3b681786a
make particles and voxels JS APIs all operate on meters not domain units
2014-01-22 11:12:52 -08:00
Brad Hefta-Gaub
1b5938d0af
new toyball script that is DRY-er
2014-01-22 09:48:04 -08:00
Brad Hefta-Gaub
64940a04ff
latest toyball script
2014-01-22 09:18:01 -08:00
Brad Hefta-Gaub
cefac50100
adding toyball script
2014-01-21 20:05:41 -08:00