Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation: Remove exception for fog and background color #24929

Merged
merged 1 commit into from
Nov 10, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions docs/manual/en/introduction/Color-management.html
Original file line number Diff line number Diff line change
Expand Up @@ -189,14 +189,6 @@ <h3>Input color space</h3>
</li>
</ul>

<blockquote>
<p>
⚠️ <i><b>WARNING:</b> [page:Scene.fog], [page:Scene.background], and [page:WebGLRenderer.setClearColor]
are exceptions to the rule. These properties are unaffected by [page:WebGLRenderer.outputEncoding]
and so must store RGB components in the renderer's <u>output</u> color space.</i>
</p>
</blockquote>

<blockquote>
<p>
⚠️ <i><b>WARNING:</b> Many formats for 3D models do not correctly or consistently
Expand Down
8 changes: 0 additions & 8 deletions docs/manual/fr/introduction/Color-management.html
Original file line number Diff line number Diff line change
Expand Up @@ -189,14 +189,6 @@ <h3>Espaces colorimétriques d'entrée</h3>
</li>
</ul>

<blockquote>
<p>
⚠️ <i><b>ATTENTION:</b> [page:Scene.fog], [page:Scene.background], et [page:WebGLRenderer.setClearColor]
sont des exceptions à la règle. Ces propriétés ne sont pas affectées par [page:WebGLRenderer.outputEncoding]
et doivent donc stocker les composantes RGB dans l'espace colorimétrique de <u>sortie</u> du moteur de rendu.</i>
</p>
</blockquote>

<blockquote>
<p>
⚠️ <i><b>ATTENTION:</b> Plusieurs formats de modèles 3D ne définissent par correctement ou de manière cohérente
Expand Down
13 changes: 0 additions & 13 deletions docs/manual/it/introduction/Color-management.html
Original file line number Diff line number Diff line change
Expand Up @@ -227,19 +227,6 @@ <h3>Input color space</h3>
</li>
</ul>

<blockquote>
<p>
⚠️
<i
><b>ATTENZIONE:</b> [page:Scene.fog], [page:Scene.background], e
[page:WebGLRenderer.setClearColor] sono eccezioni alla regola. Queste
proprietà non sono interessate da [page:WebGLRenderer.outputEncoding]
e quindi devono memorizzare i componenti RGB nello spazio colore di
<u>output</u> del renderer.</i
>
</p>
</blockquote>

<blockquote>
<p>
⚠️
Expand Down
8 changes: 0 additions & 8 deletions docs/manual/pt-br/introduction/Color-management.html
Original file line number Diff line number Diff line change
Expand Up @@ -189,14 +189,6 @@ <h3>Input do espaço de cores</h3>
</li>
</ul>

<blockquote>
<p>
⚠️ <i><b>AVISO:</b> [page:Scene.fog], [page:Scene.background] e [page:WebGLRenderer.setClearColor]
são exceções à regra. Essas propriedades não são afetadas por [page:WebGLRenderer.outputEncoding]
e, portanto, devem armazenar componentes RGB na <u>saída</u> do renderizador do espaço de cores.</i>
</p>
</blockquote>

<blockquote>
<p>
⚠️ <i><b>AVISO:</b> Muitos formatos para modelos 3D não funcionam de forma correta ou consistente
Expand Down