1.0.6 | 顶点颜色
2023-08-03 16:07 作者:GeometryGlacier | 我要投稿

目录索引

本系列与知乎同名翻译同步更新,原文链接:https://zhuanlan.zhihu.com/p/645929960
如有任何翻译错误,欢迎在评论区踹我:)!
原文对照
When we export an object from 3D software, it assigns a color to the object to be affected, either by lighting or replicating another color. Such color is known as vertex color and corresponds to the color white by default, having the values "one" in RGBA channels. Later we will be able to see this concept in practice.

译文
当我们从建模软件中导出一个模型时,软件会为模型指定一种颜色,以便光照或别的颜色作用于该模型。这种颜色被称为顶点颜色,默认情况下对应于白色,在 RGBA 通道中的值为 "1"。稍后我们将在实践中学习这一概念。