Przeglądaj źródła

Updated lights comment in skin shader.

alteredq 13 lat temu
rodzic
commit
9233bffd98
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      examples/js/ShaderSkin.js

+ 1 - 1
examples/js/ShaderSkin.js

@@ -14,7 +14,7 @@ THREE.ShaderSkin = {
 	//		- diffuse map
 	//		- bump map
 	//		- specular map
-	//		- point and directional lights (use with "lights: true" material option)
+	//		- point, directional and hemisphere lights (use with "lights: true" material option)
 	//		- fog (use with "fog: true" material option)
 	//		- shadow maps
 	//