소스 검색

+ comment

Gargaj 11 년 전
부모
커밋
ae7aba3647
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      include/assimp/light.h

+ 1 - 0
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,