Explorar el Código

Add NoColorSpace + mouse actions to documentation (#24423)

* Add NoColorSpace to documentation

* Update Core.html

* Update Core.html

Co-authored-by: Michael Herzog <michael.herzog@human-interactive.org>
gero3 hace 4 años
padre
commit
90cddffeac
Se han modificado 1 ficheros con 12 adiciones y 1 borrados
  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>

粤ICP备19079148号