未验证 提交 6f3b5ab9 编写于 作者: A agackakan 提交者: GitHub

Update FBXLoader.js

Hi,
Corrected "fileName" to "Filename" in FBXTree.Objects.subNodes.Video.properties
上级 780c0a1c
......@@ -184,13 +184,13 @@
// check whether the file name is used by another videoNode
// and if so keep a record of both ids as a duplicate pair [ id1, id2 ]
if ( videoNode.properties.fileName in names ) {
if ( videoNode.properties.Filename in names ) {
duplicates.push( [ id, names[ videoNode.properties.fileName ] ] );
duplicates.push( [ id, names[ videoNode.properties.Filename ] ] );
}
names[ videoNode.properties.fileName ] = id;
names[ videoNode.properties.Filename ] = id;
// raw image data is in videoNode.properties.Content
if ( 'Content' in videoNode.properties && videoNode.properties.Content !== '' ) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册