提交 dd679cbc 编写于 作者: B Ben Houston

fix @makc's issue #6109 with "attribute vec2 uv" being defined even when not needed.

上级 f0731cf7
#if defined( USE_LIGHTMAP ) || defined( USE_AOMAP )
attribute vec2 uv2;
varying vec2 vUv2;
#endif
\ No newline at end of file
......@@ -221,7 +221,6 @@ THREE.WebGLProgram = ( function () {
'attribute vec3 position;',
'attribute vec3 normal;',
'attribute vec2 uv;',
'attribute vec2 uv2;',
'#ifdef USE_COLOR',
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册