Просмотр исходного кода

consistent naming, hex => color

Magnuz Binder 7 лет назад
Родитель
Сommit
d5f021dcdf
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      docs/api/lights/DirectionalLight.html

+ 1 - 1
docs/api/lights/DirectionalLight.html

@@ -60,7 +60,7 @@ scene.add( directionalLight );
 
 		<h2>Constructor</h2>
 
-		<h3>[name]( [page:Integer hex], [page:Float intensity] )</h3>
+		<h3>[name]( [page:Integer color], [page:Float intensity] )</h3>
 		<div>
 			[page:Integer color] - (optional) hexadecimal color of the light. Default is 0xffffff (white).<br />
 			[page:Float intensity] - (optional) numeric value of the light's strength/intensity. Default is 1.<br /><br />