História revízii

Autor SHA1 Správa Dátum
  tschw 2da36b14e7 Animation: Tightened skeletal animation parser. 9 rokov pred
  tschw bd34f528d4 Animation: Prettified source code formatting. 9 rokov pred
  tschw 2e5d9ef6b3 Animation: Interpolants & extensibility overhaul. 9 rokov pred
  tschw 70f29cc240 Revert conflicting cleanup. 9 rokov pred
  Ben Houston 92d399de6a Fix "undefined" nodeName in AnimationClip animation hierarchy parser. 9 rokov pred
  Mr.doob 275f339a64 Clean up. 9 rokov pred
  Ben Houston 036147e203 geometry/object.clips -> geometry/object.animation 10 rokov pred
  Ben Houston f89af19112 remove MorphAnimMesh from MD2Character and MD2Loader while retaining all functionality. 10 rokov pred
  Ben Houston ce70dc6ea4 refactor JSONLoader's loading of clips. Load morph sequences into clips. morphnormals and morphtarget_horse examples updated to new clip reader structure. 10 rokov pred
  Ben Houston a1a88ebc35 updating examples to new Clip parsing inside of JSONLoader/ObjectLoader. 10 rokov pred
  Ben Houston 10364f85f5 bugs. 10 rokov pred
  Ben Houston 801124dceb simplifying code in the clip-based animation system. 10 rokov pred
  Ben Houston 43f821d8f2 remove console.log. 10 rokov pred
  Ben Houston 71480f0a85 adapt webgl_animation_skinning_morph to the new clip design. 10 rokov pred
  Ben Houston 7e60f3a52d add new .clips support on Nodes and Geometries for simple/fast AnimationClip loading. 10 rokov pred
  Ben Houston 0e66ebc5c4 messing around with 'animations' compatibility with ThreeJS JSON export from Blender. 10 rokov pred
  Ben Houston d69840c682 KeyframeTrack.trim( start, end ). Return this if possible. Use fps in ObjectLoader. Add KeyframeTrack.scale() 10 rokov pred
  Ben Houston 4c7962b7a1 allow for automatic detection of AnimationClip lengths. 10 rokov pred
  Ben Houston ef5fc2e00c initial attempt at implementing @mrdoob's suggestion here: https://github.com/mrdoob/three.js/pull/6934#discussion_r36212808 10 rokov pred
  Ben Houston a33524773a reduce use of maps where possible in favor of arrays. 10 rokov pred
  Ben Houston 86523359e4 remove debugging output. 10 rokov pred
  Ben Houston 5022f4fb29 fix issues brought up by @liammagee 10 rokov pred
  Ben Houston 002c3135bc begin conversion of BlendCharacter to new animation system. 10 rokov pred
  Ben Houston 2bd48d573e start to replace the internals of MorphAnimMesh. 10 rokov pred
  Ben Houston cf343180ab optimizations and added USCCharacterMixer (mixer-based USCCharacter). 10 rokov pred
  Ben Houston 9eb5ca1554 bones work! various optimizations. 10 rokov pred
  Ben Houston 876eda7e0b only update scene graph values if actually different, only call triggerDirty if values changed. Use bone names. 10 rokov pred
  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 rokov pred
  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 rokov pred
  Ben Houston 0e5c35fd0a first pass at parsing JSONLoader hierarchy animations (keyframe + morphTargets). 10 rokov pred