Commit History

Author SHA1 Message Date
  Ben Houston 055dc347fe BlendCharacter example works great. 10 years ago
  Ben Houston eb64f9e824 add optimization for consecutive keys that are identical -- no linear interoplation required. 10 years ago
  Ben Houston 9583d29532 fix skeleton in example, better comments. 10 years ago
  Ben Houston a044dc9102 fix bug where the keyframe track couldn't get back to the first key. 10 years ago
  Ben Houston a95ec4d4c5 debugging lack of morphTargets working. 10 years ago
  Ben Houston cc3684acad faster KeyframeTrack.getAt - local walk from last value. 10 years ago
  Ben Houston cf343180ab optimizations and added USCCharacterMixer (mixer-based USCCharacter). 10 years ago
  Ben Houston 728c30580a create Mixer recreation of classic ThreeJS examples. 10 years ago
  Ben Houston 281f51051c avoid clones while interpolating values. 10 years ago
  Ben Houston 9eb5ca1554 bones work! various optimizations. 10 years ago
  Ben Houston 876eda7e0b only update scene graph values if actually different, only call triggerDirty if values changed. Use bone names. 10 years ago
  Ben Houston 85d8a7ac84 optimize Action.toAnimationClipTime(). 10 years ago
  Ben Houston 4657a76fd3 fix bugs in KeyframeTrack.optimize/validate. Expand capabilities of PropertyBinding bind to work with bones. fix bugs with JSONLoader animation converter. 10 years ago
  Ben Houston 1be1d0511c memeoization of lerp. add optimize, trim, validate, sort to KeyframeTrack. Create separate AnimationClipCreator class to get demo code out of ThreeJS src/ directory. 10 years ago
  Ben Houston 39beddae37 move towards delta time. 10 years ago
  Ben Houston 77612e4f14 optimization - stage one. Reduce temp memory allocations, cache PropertyBinding.apply logic as a closure. 10 years ago
  Ben Houston b67cca3636 more minor bug fixing with Animation. 10 years ago
  Ben Houston 0be1e5f552 fixing compile errors. 10 years ago
  Ben Houston 516dce8f38 place holders for test animations. 10 years ago
  Ben Houston c873ac866f remove ConstantTrack and Track classes, not needed. 10 years ago
  Ben Houston 69a3556013 descriptions of the classes. 10 years ago
  Ben Houston 0962f9044f implement some of the TODOs. add lots of verbose debug info. 10 years ago
  Ben Houston 9ad046d757 create the files for the individual animation components. 10 years ago