Skip to content
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
9 changes: 7 additions & 2 deletions docs/api/en/loaders/CubeTextureLoader.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,13 @@
<h1>[name]</h1>

<p class="desc">
Class for loading a [page:CubeTexture CubeTexture]. This uses the
[page:ImageLoader] internally for loading files.
[name] can be used to load cube maps. The loader returns an instance of [page:CubeTexture] and expects the cube map to
be defined as six separate images representing the sides of a cube. Other cube map definitions like vertical and horizontal cross,
column and row layouts are not supported.
</p>
<p>
The loaded [page:CubeTexture] is in sRGB color space. Meaning the [page:Texture.colorSpace colorSpace]
property is set to `THREE.SRGBColorSpace` by default.
</p>

<h2>Code Example</h2>
Expand Down
5 changes: 5 additions & 0 deletions docs/api/it/loaders/CubeTextureLoader.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ <h1>[name]</h1>
Utilizza internamente l'[page:ImageLoader] per caricare i file.
</p>

<p>
The loaded [page:CubeTexture] is in sRGB color space. Meaning the [page:Texture.colorSpace colorSpace]
property is set to `THREE.SRGBColorSpace` by default.
</p>

<h2>Codice di Esempio</h2>

<code>
Expand Down
5 changes: 5 additions & 0 deletions docs/api/zh/loaders/CubeTextureLoader.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ <h1>[name]</h1>
内部使用[page:ImageLoader]来加载文件。
</p>

<p>
The loaded [page:CubeTexture] is in sRGB color space. Meaning the [page:Texture.colorSpace colorSpace]
property is set to `THREE.SRGBColorSpace` by default.
</p>

<h2>代码示例</h2>

<code>
Expand Down