Mr.doob
|
d75c277a48
FBXLoader: Clean up.
|
7 years ago |
Lewy Blue
|
a740e9ec07
removed redundant onError
|
7 years ago |
Lewy Blue
|
937ca1f640
improved texture checks
|
7 years ago |
Gavrilov Miroslav
|
f207612410
Renamed FBXTreeInstance to fbxTree
|
7 years ago |
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 years ago |
Lewy Blue
|
79b1f64acb
remove unneeded parameters
|
7 years ago |
Lewy Blue
|
a9d7579f1b
check for layered bumpmap
|
7 years ago |
Lewy Blue
|
e448580cbb
create new Group to be returned each time parse is called
|
7 years ago |
Lewy Blue
|
c8bbc3708a
increase scope of sceneGraph
|
7 years ago |
Lewy Blue
|
9a970e016f
move all animation parsing to animation parser
|
7 years ago |
Lewy Blue
|
24e47535ac
increase scope of connections variable
|
7 years ago |
Lewy Blue
|
45dc88e930
increase scope of FBXTree variable
|
7 years ago |
Lewy Blue
|
c72fc7a3f7
create GeometryParser
|
7 years ago |
Lewy Blue
|
34647a14e3
create AnimationParser
|
7 years ago |
Mr.doob
|
37dc0e5a47
Merge pull request #14519 from looeee/fbxloader_code_reorg
|
7 years ago |
Lewy Blue
|
f2a7f149e4
remove use of Uint8Array.indexOf
|
7 years ago |
Lewy Blue
|
5e38966391
this -> self
|
7 years ago |
Lewy Blue
|
fde0d3494b
setup for merge dev
|
7 years ago |
Lewy Blue
|
d3feb498fc
merge fbxloader_single_group branch
|
7 years ago |
Mr.doob
|
d2e9f5f4f0
Merge pull request #14524 from looeee/fbxloader_single_group
|
7 years ago |
Lewy Blue
|
9eafb9e9e8
add comment and fix euler ordering
|
7 years ago |
Lewy Blue
|
730aeb6670
don't return top level double nested group
|
7 years ago |
Lewy Blue
|
3ab6e5b3e3
removed scene flattening
|
7 years ago |
Lewy Blue
|
49e1ee715f
correct reference for transform
|
7 years ago |
Lewy Blue
|
e0fb997c50
fix undefined curveNode
|
7 years ago |
Lewy Blue
|
6bca9f1cf1
fix transform calculation
|
7 years ago |
Lewy Blue
|
5b1441a0e9
convert anim values back to arrays
|
7 years ago |
Lewy Blue
|
ad44277f55
use generateTransform for geometry transforms
|
7 years ago |
Lewy Blue
|
6139da0c93
use generateTransform for animation transforms
|
7 years ago |
Lewy Blue
|
b84f158ffd
created generateTransform utility function
|
7 years ago |