书法字典:https://www.shufadict.com

散射光的计算方法

diffuse lighting calculates the amount of light that a vertex receives based on the angle between the vertex normal and the light vector (which points in the direction of the light source). The smaller the angle, the more light the vertex receives, and the larger the angle, the less light the vertex receives. If the angle is greater than or equal to 90 degrees, the vertex receives no light.

from Introduction to 3D game programming with DirectX 9.0

posted on 2009-10-29 10:51  翰墨小生  阅读(565)  评论(0编辑  收藏  举报

导航

书法字典:https://www.shufadict.com