提交 5a0fe5c9 编写于 作者: W WestLangley

Change varying name

上级 7b9cbb47
#ifdef USE_FOG
float fogDepth = length( fogPosition );
float fogDepth = length( vFogPosition );
#ifdef FOG_EXP2
......
#ifdef USE_FOG
uniform vec3 fogColor;
varying vec3 fogPosition;
varying vec3 vFogPosition;
#ifdef FOG_EXP2
......
#ifdef USE_FOG
varying vec3 fogPosition;
varying vec3 vFogPosition;
#endif
#ifdef USE_FOG
fogPosition = mvPosition.xyz;
#endif
\ No newline at end of file
vFogPosition = mvPosition.xyz;
#endif
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册