改变颜色成分
我正在编写图形着色器程序。除了颜色改变之外,我写了我需要的一切。在循环中,将一些计数器变量传递给着色器,我必须将其颜色从白色更改为橙色阴影。为了达到这个目的我需要改变什么?
I'm writing graphic shader program. I wrote everything I need except the color changing. In cycle there is passing some counter variable to the shader and I have to change it's color from white to orange shade. What I have change to achive this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我不确定我的理解是否正确,但我猜你需要这样的东西:
I'm not sure I've got you right, but my guess is you need something like this: