Browse Source

Add normal map type constants to documentation (#24430)

Co-authored-by: decuyper <[email protected]>
gero3 3 years ago
parent
commit
6dcdaa5ee2
1 changed files with 12 additions and 0 deletions
  1. 12 0
      docs/api/en/constants/Materials.html

+ 12 - 0
docs/api/en/constants/Materials.html

@@ -126,6 +126,18 @@
 		[page:Materials InvertStencilOp] will perform a bitwise inversion of the current stencil value.<br />
 		</p>
 
+		<h2>Normal map type</h2>
+		<code>
+		THREE.TangentSpaceNormalMap
+		THREE.ObjectSpaceNormalMap
+		</code>
+		<p>
+		Defines the type of the normal map. 
+		For TangentSpaceNormalMap, the information is relative to the underlying surface. 
+		For ObjectSpaceNormalMap, the information is relative to the object orientation.
+		Default is [page:Constant TangentSpaceNormalMap].
+		</p>
+
 		<h2>Source</h2>
 
 		<p>