Browse Source

Updated lights comment in skin shader.

alteredq 13 years ago
parent
commit
9233bffd98
1 changed files with 1 additions and 1 deletions
  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
 	//