1. 12 12月, 2012 1 次提交
  2. 04 12月, 2012 1 次提交
  3. 15 11月, 2012 1 次提交
  4. 25 9月, 2012 1 次提交
  5. 09 9月, 2012 1 次提交
  6. 07 8月, 2012 5 次提交
  7. 06 8月, 2012 1 次提交
  8. 05 8月, 2012 1 次提交
  9. 26 7月, 2012 1 次提交
    • A
      Changed ColladaLoader to create SkinnedMesh using bone uniforms instead of... · dd1c5e93
      alteredq 提交于
      Changed ColladaLoader to create SkinnedMesh using bone uniforms instead of newly default bone texture.
      
      This just gets back to using the old way, though this whole skinning thing in Collada is weird and should be maybe rewritten - skinning is baked into morphs but then SkinnedMesh is still used which means skeleton is getting updated all the time even while this has no effect on already baked morphs.
      
      Fixes #2243
      dd1c5e93
  10. 05 7月, 2012 1 次提交
  11. 28 6月, 2012 1 次提交
  12. 26 6月, 2012 1 次提交
  13. 19 4月, 2012 1 次提交
  14. 18 4月, 2012 1 次提交
  15. 14 4月, 2012 1 次提交
  16. 13 4月, 2012 2 次提交
  17. 12 4月, 2012 1 次提交
    • J
      Minor optimizations and tweaks to make it a better example. Removed extraneous... · 1dacb71d
      John Pywtorak 提交于
      Minor optimizations and tweaks to make it a better example. Removed extraneous work in setting up the animation loop. Added support for array-style target addressing according to COLLADA spec. Added support for matrix transform updates. Added support for hierarchical animations as defined in COLLADA spec (Credit to ekitson).
      1dacb71d
  18. 04 4月, 2012 1 次提交
  19. 07 3月, 2012 1 次提交
  20. 06 3月, 2012 1 次提交
  21. 05 3月, 2012 2 次提交
  22. 02 3月, 2012 1 次提交
  23. 24 2月, 2012 1 次提交
  24. 21 2月, 2012 1 次提交
  25. 15 2月, 2012 1 次提交
  26. 12 2月, 2012 1 次提交
  27. 08 2月, 2012 4 次提交
  28. 19 1月, 2012 1 次提交
    • J
      Fix for shared offset values in inputs. The · 018025c6
      John Pywtorak 提交于
      primitive input array offset can have a shared
      value. The loader assumed inputs.length as an
      index. Changed the loader to use a max offset
      value. An example of shared offsets is the input
      semantic TEXTANGENT and TEXBINORMAL sharing offset
      values. 
      018025c6
  29. 17 1月, 2012 1 次提交
  30. 16 1月, 2012 2 次提交