Skip to content

Commit 2e954b2

Browse files
mvaligurskyMartin Valigursky
andauthored
[Fix] Updates jsdocs to use SKYTYPE_ instead of SKYMESH_ (#8102)
Co-authored-by: Martin Valigursky <[email protected]>
1 parent 49bab3e commit 2e954b2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/scene/skybox/sky-mesh.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ class SkyMesh {
3636
* @param {Scene} scene - The scene owning the sky.
3737
* @param {GraphNode} node - The graph node of the sky mesh instance.
3838
* @param {Texture} texture - The texture of the sky.
39-
* @param {string} type - The type of the sky. One of the SKYMESH_* constants.
39+
* @param {string} type - The type of the sky. One of the SKYTYPE_* constants.
4040
*/
4141
constructor(device, scene, node, texture, type) {
4242

src/scene/skybox/sky.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import { SkyMesh } from './sky-mesh.js';
1414
*/
1515
class Sky {
1616
/**
17-
* The type of the sky. One of the SKYMESH_* constants.
17+
* The type of the sky. One of the SKYTYPE_* constants.
1818
*
1919
* @type {string}
2020
* @private
@@ -80,7 +80,7 @@ class Sky {
8080
}
8181

8282
/**
83-
* The type of the sky. One of the SKYMESH_* constants. Defaults to {@link SKYTYPE_INFINITE}.
83+
* The type of the sky. One of the SKYTYPE_* constants. Defaults to {@link SKYTYPE_INFINITE}.
8484
* Can be:
8585
*
8686
* - {@link SKYTYPE_INFINITE}

0 commit comments

Comments
 (0)