overte-Armored-Dragon/examples
Anthony J. Thibault 936c55a94e New MyAvatar animation JS interface
JavaScript changes:

* removed MyAvatar.playAnimation
* removed MyAvatar.stopAnimation
* removed MyAVatar.getGetAnimationDetails
* removed MyAvatar.startAnimationByRole
* removed MyAvatar.stopAnimationByRole
* removed MyAVatar.getGetAnimationDetailsByRole
* removed MyAVatar.clearJointPriorities

* added MyAvatar.overrideAnimation(url, fps, loop, firstFrame, lastFrame)
* added MyAvatar.restoreAnimation()
* added MyAvatar.getAnimationRoles()
* added MyAvatar.overrideRoleAnimation(role, url, fps, loop, firstFrame, lastFrame)
* added MyAvatar.restoreRoleAnimation(role)
* added MyAvatar.prefetchAnimation(url)

* update kneel.js with new api.
* added theBird.js to test role override api.

C++ changes:

* Added getParent() and replaceChild() to AnimNode
* Added findByName() and traverse() to AnimNode
* Changed AnimStateMachine to hold nodes by childIndex instead of smart pointer.
  This allows script to replace nodes dynamically via overrideRoleAnimation
2015-11-10 16:34:38 -08:00
..
acScripts Merge pull request #6337 from howard-stearns/fix-agent-avatar 2015-11-09 09:38:27 -08:00
avatarMover restoring avatarMover app post S3-loss event 2015-11-06 15:19:14 -08:00
controllers re-add this example 2015-11-06 22:55:33 -08:00
entityScripts
example
html
libraries promises 2015-11-06 15:10:23 -08:00
magBalls
painting
particle_explorer
playa
shaders
tests
toybox update bubblewand model refs 2015-11-06 13:11:06 -08:00
utilities
zones
actionInspector.js
afk.js
animationPerfTest.js
avatarSelector.js
away.js
blocks.js
blockWorld.js
breakdanceCore.js
breakdanceToy.js
clap.js
controlPanel.js
cubePerfTest.js
dancing_bot.js
debug-actions.js
defaultScripts.js
dialTone.js
dice.js
directory.js
edit.js
faceBlendCoefficients.js
fireworks.js
FlockOfbirds.js
grab.js
gracefulControls.js
grenade.js
gridTest.js
harmonicOscillator.js
headMove.js
hmdControls.js
hmdDefaults.js
hotPlaces.js
inspect.js
kneel.js New MyAvatar animation JS interface 2015-11-10 16:34:38 -08:00
leaves.js
lineRider.js
lobby.js
lotsoBlocks.js
magBalls.js
mouseLook.js
move.js
notifications.js
particleDance.js
particles.js
planets.js
pointer.js
popcorn.js
progress.js
selectAudioDevice.js
sit.js
stick-hydra.js
stick.js
theBird.js New MyAvatar animation JS interface 2015-11-10 16:34:38 -08:00
users.js
voxels.js
walk.js