vertex shader
基本解释
- 顶点着色
英汉例句
- This way, not every person will be able to read and modify your vertex shader source.
使用这种方法,就不是每一个人都可以看到你的顶点着色源文件了。 - Of course, in the vertex shader I just write a general equation so we don't have to deal with each special case individually like this.
当然,在顶点着色器中,我们可以使用一个通用的公式来计算和叠加光照,而不需要像上面提到的那样分别应付各种不同的情形。
blog.sina.com.cn - Using vertex shader instructions the polynomial coefficients and spherical harmonics functions can be fast calculated, and then the corresponding irradiance environment maps are also generated.
然后用顶点着色程序对多项式系数和球面调和函数进行加速计算,以快速生成辐照度环境纹理图;
cjig.cn
双语例句
词组短语
- vertex x shader 顶点着色
- Vertex -Shader 顶点处理器
- The Vertex Map Shader 顶点贴图着色器
- Vertex Shader Speed 顶点着色器性能
- Vertex Shader Instructions 顶点着色器指令
短语
专业释义
- 顶点着色
Based on current computer graphics hardware a technique is proposed for calculating irradiance environmental maps using vertex shader.
为了实现动态光照环境下辐照度环境纹理图的实时绘制,基于当前的通用图形硬件,提出了一种采用顶点着色器快速计算辐照度环境纹理图的方法。 - 顶点绘制编程器