Forráskód Böngészése

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 éve
szülő
commit
90cddffeac
1 módosított fájl, 12 hozzáadás és 1 törlés
  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>
 		<code>
+THREE.NoColorSpace			
 THREE.SRGBColorSpace
 THREE.LinearSRGBColorSpace
 		</code>
-
+		<p>
+			[page:NoColorSpace] defines no specific color space. 
+		</p>
 		<p>
 			[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
@@ -48,7 +51,15 @@ THREE.LinearSRGBColorSpace
 THREE.MOUSE.LEFT
 THREE.MOUSE.MIDDLE
 THREE.MOUSE.RIGHT
+THREE.MOUSE.ROTATE
+THREE.MOUSE.DOLLY
+THREE.MOUSE.PAN
 		</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>
 		<code>