We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
作者您好,关于P264(5)中的代码 想请问一下accumulateTexture变量的意义,结尾处 Graphics.Blit(source, accumulationTexture, material); Graphics.Blit(accumulationTexture, destination); 两行代码为什么不直接用Grphics.Blit(source,destination,material)代替,我代替之后也出现了运动模糊的效果。 这一节的shader用的Blend命令我理解是和颜色缓存进行混合//这里不知道是否有误,所以就不知道为什么需要accumulateTexture作为中间量一直存储了
Graphics.Blit(source, accumulationTexture, material); Graphics.Blit(accumulationTexture, destination);
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
No branches or pull requests
作者您好,关于P264(5)中的代码
想请问一下accumulateTexture变量的意义,结尾处
Graphics.Blit(source, accumulationTexture, material); Graphics.Blit(accumulationTexture, destination);
两行代码为什么不直接用Grphics.Blit(source,destination,material)代替,我代替之后也出现了运动模糊的效果。
这一节的shader用的Blend命令我理解是和颜色缓存进行混合//这里不知道是否有误,所以就不知道为什么需要accumulateTexture作为中间量一直存储了
The text was updated successfully, but these errors were encountered: