Skip to content

Commit

Permalink
Add NoColorSpace + mouse actions to documentation (mrdoob#24423)
Browse files Browse the repository at this point in the history
* Add NoColorSpace to documentation

* Update Core.html

* Update Core.html

Co-authored-by: Michael Herzog <[email protected]>
  • Loading branch information
2 people authored and abernier committed Sep 16, 2022
1 parent 86c8554 commit f7ade41
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion docs/api/en/constants/Core.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,13 @@ <h2>Revision Number</h2>

<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
Expand All @@ -48,7 +51,15 @@ <h2>Mouse Buttons</h2>
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>
Expand Down

0 comments on commit f7ade41

Please sign in to comment.