We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c050335 commit 22b353cCopy full SHA for 22b353c
examples/jsm/objects/SkyMesh.js
@@ -90,7 +90,7 @@ class SkyMesh extends Mesh {
90
* @default true
91
* @deprecated Use isSkyMesh instead.
92
*/
93
- this.isSky = true;
+ this.isSky = true; // @deprecated, r182
94
95
/**
96
* This flag can be used for type testing.
0 commit comments