RaycastHit.lightmapCoord 光照图坐标

var lightmapCoord : Vector2

Description描述

The uv lightmap coordinate at the impact point.

所在碰撞点的光照图UV坐标。

This can be used for sampling the lightmap and setting the sampled color value as the material color of a moving object to make it roughly match the baked lighting. This is simply the textureCoord2 transformed by lightmapTilingOffset.

这可以用于光照图取样和设置颜色取样值作为一个移动的物体材质颜色,使大致匹配烘焙光照。这就是textureCoord2lightmapTilingOffset转换的。

最后修改:2011年3月13日 Sunday 14:35

本脚本参考基于Unity 3.4.1f5

英文部分版权属©Unity公司所有,中文部分© Unity圣典 版权所有,未经许可,严禁转载 。