From ae7aba36479c348cbc755c09f85a9dbff9406481 Mon Sep 17 00:00:00 2001 From: Gargaj Date: Thu, 28 Aug 2014 16:34:39 +0200 Subject: [PATCH] + comment --- include/assimp/light.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/assimp/light.h b/include/assimp/light.h index ec0c20ec5..c1d674bd6 100644 --- a/include/assimp/light.h +++ b/include/assimp/light.h @@ -77,6 +77,7 @@ enum aiLightSourceType //! The generic light level of the world, including the bounces //! of all other lightsources. + //! Typically, there's at most one ambient light in a scene. //! This light type doesn't have a valid position, direction, or //! other properties, just a color. aiLightSource_AMBIENT = 0x4,