aiLight: fix a typo.
parent
a931d2bac6
commit
301b6798c5
|
@ -76,7 +76,7 @@ enum aiLightSourceType
|
||||||
aiLightSource_SPOT = 0x3,
|
aiLightSource_SPOT = 0x3,
|
||||||
|
|
||||||
//! The generic light level of the world, including the bounces
|
//! The generic light level of the world, including the bounces
|
||||||
//! of all other lightsources.
|
//! of all other light sources.
|
||||||
//! Typically, there's at most one ambient light in a scene.
|
//! Typically, there's at most one ambient light in a scene.
|
||||||
//! This light type doesn't have a valid position, direction, or
|
//! This light type doesn't have a valid position, direction, or
|
||||||
//! other properties, just a color.
|
//! other properties, just a color.
|
||||||
|
|
Loading…
Reference in New Issue