光照探针是一种在3D场景中添加光源的另一种方法。 AmbientLightProbe 是场景中单个环境光的光照估算数据。 有关光照探针的更多信息,请转到 [page:LightProbe] 。
[page:Color color] - (可选)一个表示颜色的 Color 的实例、字符串或数字。
[page:Float intensity] - (可选)光照探针强度的数值。默认值为1。
创建一个新的[name]。
See the base [page:LightProbe LightProbe] class for common properties.
Read-only flag to check if a given object is of type [name].
See the base [page:LightProbe LightProbe] class for common methods.
[link:https://github.com/mrdoob/three.js/blob/master/src/[path].js src/[path].js]