overte-JulianGro/examples
Anthony Thibault b3af515224 Particle entity improvements based on code review.
* Updated variable naming to match coding standards.
* Changed particle raw float arrays to vectors.
* Bug fix: changing maxParticles will no longer lead to memory corruption.
* Made particle ring buffer more explicit, added _particleTailIndex.
* Added getLivingParticleCount() private method.
* Moved integration and bounds code into private methods.
* Bug fix: high emit rates now properly integrate particles forward for the
  remaing frame time, not the entire frame.
* Bug fix: new particles were not initiaized to origin.
* Added more particles to ajt-test.js.
* Bug fix: ajt-test.js script was not shutting down properly.
* Removed random seed, unless we have a psudo random number generator per
  particle system instance, it's unlikely that this will preserve sync.
* Bumped packet version number.
2015-05-11 19:21:33 -07:00
..
acScripts Fix botProcedural include 2015-05-01 00:34:24 +02:00
controllers Merge branch 'master' of github.com:PhilipRosedale/hifi into 20423 2015-04-01 19:13:46 +02:00
entityScripts added back original light controller script 2015-04-09 10:43:34 -07:00
example Merge pull request #4784 from thoys/20522 2015-05-07 16:55:06 -07:00
html remove spinners from scatter values 2015-05-08 15:03:04 -07:00
libraries Typo was making edit.js fail and impossible to debug. 2015-05-08 16:19:39 -07:00
utilities remove other tabs from moveJoints 2015-05-01 16:16:01 -07:00
ajt-test.js Particle entity improvements based on code review. 2015-05-11 19:21:33 -07:00
avatarSelector.js Display avatar images and change avatar upon selection 2015-04-22 10:59:53 -07:00
blocks.js Blocks fall when made, better edge colors 2015-03-31 14:13:19 -07:00
clap.js
dancing_bot.js
defaultScripts.js Removed headmove 2015-05-05 16:52:38 -07:00
dice.js add delete button to clear existing dice 2015-05-08 09:49:58 -07:00
edit.js Update add-zone icon in edit.js 2015-05-01 15:38:06 -07:00
grab.js don't apply changes to velocity unless needed 2015-05-08 14:05:32 -07:00
gracefulControls.js
harmonicOscillator.js Fix velocity math error, add random color changes 2015-05-07 21:05:13 -07:00
headMove.js
hmdDefaults.js added LOD Warnings to notifications.js 2015-03-24 16:38:13 -07:00
hotPlaces.js
inspect.js
lobby.js fix cleanup order to ensure environment is re-rendered 2015-04-01 17:50:12 -07:00
look.js Formatting 2015-04-24 19:06:46 +02:00
lotsoBlocks.js added script to generate a lot of physical blocks within a specified range 2015-05-01 09:56:21 -07:00
move.js
notifications.js Merge branch 'master' into 20416 2015-03-27 12:13:29 -07:00
planets.js
popcorn.js
progress.js
selectAudioDevice.js
sit.js
users.js Tweak users display to work better with variety of backgrounds 2015-04-09 13:03:12 -07:00
walk.js