未验证 提交 f94dee87 编写于 作者: M Marco Fugaro 提交者: GitHub

Run lint-fix script (#22268)

上级 355dd456
......@@ -624,6 +624,7 @@ class FBXTreeParser {
parameters.map.encoding = sRGBEncoding;
}
break;
case 'DisplacementColor':
......@@ -637,6 +638,7 @@ class FBXTreeParser {
parameters.emissiveMap.encoding = sRGBEncoding;
}
break;
case 'NormalMap':
......@@ -652,6 +654,7 @@ class FBXTreeParser {
parameters.envMap.encoding = sRGBEncoding;
}
break;
case 'SpecularColor':
......@@ -661,6 +664,7 @@ class FBXTreeParser {
parameters.specularMap.encoding = sRGBEncoding;
}
break;
case 'TransparentColor':
......
此差异已折叠。
......@@ -501,7 +501,7 @@ class Vertex {
this.position = v;
this.id = -1; // external use position in vertices list (for e.g. face generation)
this.id = - 1; // external use position in vertices list (for e.g. face generation)
this.faces = []; // faces vertex is connected
this.neighbors = []; // neighbouring vertices aka "adjacentVertices"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册