Browse Source

Add NoColorSpace + mouse actions to documentation (#24423)

* Add NoColorSpace to documentation

* Update Core.html

* Update Core.html

Co-authored-by: Michael Herzog <[email protected]>
gero3 3 years ago
parent
commit
90cddffeac
1 changed files with 12 additions and 1 deletions
  1. 12 1
      docs/api/en/constants/Core.html

+ 12 - 1
docs/api/en/constants/Core.html

@@ -21,10 +21,13 @@ THREE.REVISION
 
 
 		<h2>Color Spaces</h2>
 		<h2>Color Spaces</h2>
 		<code>
 		<code>
+THREE.NoColorSpace			
 THREE.SRGBColorSpace
 THREE.SRGBColorSpace
 THREE.LinearSRGBColorSpace
 THREE.LinearSRGBColorSpace
 		</code>
 		</code>
-
+		<p>
+			[page:NoColorSpace] defines no specific color space. 
+		</p>
 		<p>
 		<p>
 			[page:SRGBColorSpace] (“sRGB”) refers to the color space defined by the Rec. 709 primaries, D65
 			[page:SRGBColorSpace] (“sRGB”) refers to the color space defined by the Rec. 709 primaries, D65
 			white point, and nonlinear sRGB transfer functions. sRGB is the default color space in
 			white point, and nonlinear sRGB transfer functions. sRGB is the default color space in
@@ -48,7 +51,15 @@ THREE.LinearSRGBColorSpace
 THREE.MOUSE.LEFT
 THREE.MOUSE.LEFT
 THREE.MOUSE.MIDDLE
 THREE.MOUSE.MIDDLE
 THREE.MOUSE.RIGHT
 THREE.MOUSE.RIGHT
+THREE.MOUSE.ROTATE
+THREE.MOUSE.DOLLY
+THREE.MOUSE.PAN
 		</code>
 		</code>
+		<p>
+			The constants LEFT and ROTATE have the same underlying value.
+			The constants MIDDLE and DOLLY have the same underlying value.
+			The constants RIGHT and PAN have the same underlying value.
+		</p>
 
 
 		<h2>Touch Actions</h2>
 		<h2>Touch Actions</h2>
 		<code>
 		<code>