提交历史

作者 SHA1 备注 提交日期
  Gavrilov Miroslav b362a81f39 FBXLoader had FBXTree (the class) overshadowed by FBXTree (the field), which caused an error which happens only when the loader is used at least twice 7 年之前
  Lewy Blue 79b1f64acb remove unneeded parameters 7 年之前
  Lewy Blue a9d7579f1b check for layered bumpmap 7 年之前
  Lewy Blue e448580cbb create new Group to be returned each time parse is called 7 年之前
  Lewy Blue c8bbc3708a increase scope of sceneGraph 7 年之前
  Lewy Blue 9a970e016f move all animation parsing to animation parser 7 年之前
  Lewy Blue 24e47535ac increase scope of connections variable 7 年之前
  Lewy Blue 45dc88e930 increase scope of FBXTree variable 7 年之前
  Lewy Blue c72fc7a3f7 create GeometryParser 7 年之前
  Lewy Blue 34647a14e3 create AnimationParser 7 年之前
  Mr.doob 37dc0e5a47 Merge pull request #14519 from looeee/fbxloader_code_reorg 7 年之前
  Lewy Blue f2a7f149e4 remove use of Uint8Array.indexOf 7 年之前
  Lewy Blue 5e38966391 this -> self 7 年之前
  Lewy Blue fde0d3494b setup for merge dev 7 年之前
  Lewy Blue d3feb498fc merge fbxloader_single_group branch 7 年之前
  Mr.doob d2e9f5f4f0 Merge pull request #14524 from looeee/fbxloader_single_group 7 年之前
  Lewy Blue 9eafb9e9e8 add comment and fix euler ordering 7 年之前
  Lewy Blue 730aeb6670 don't return top level double nested group 7 年之前
  Lewy Blue 3ab6e5b3e3 removed scene flattening 7 年之前
  Lewy Blue 49e1ee715f correct reference for transform 7 年之前
  Lewy Blue e0fb997c50 fix undefined curveNode 7 年之前
  Lewy Blue 6bca9f1cf1 fix transform calculation 7 年之前
  Lewy Blue 5b1441a0e9 convert anim values back to arrays 7 年之前
  Lewy Blue ad44277f55 use generateTransform for geometry transforms 7 年之前
  Lewy Blue 6139da0c93 use generateTransform for animation transforms 7 年之前
  Lewy Blue b84f158ffd created generateTransform utility function 7 年之前
  Lewy Blue fae355c1c4 don't return top level double nested group 7 年之前
  Lewy Blue 62d2db8f5c set up postrotation and euler order 7 年之前
  Lewy Blue a6c9d1e873 remove logging 7 年之前
  Lewy Blue a69e0a96ba create FBXTreeParser 7 年之前