提交 eb3c3248 编写于 作者: M Mr.doob

WebGLRenderer: Clean up.

上级 f8f62656
......@@ -2171,7 +2171,7 @@ function WebGLRenderer( parameters ) {
uv2ScaleMap = material.aoMap;
} else if ( material.lightMap ) {
} else if ( material.lightMap ) {
uv2ScaleMap = material.lightMap;
......@@ -2195,6 +2195,7 @@ function WebGLRenderer( parameters ) {
uniforms.uv2Transform.value.copy( uv2ScaleMap.matrix );
}
}
function refreshUniformsLine( uniforms, material ) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册