Import
SkyMesh is an addon, and must be imported explicitly, see Installation#Addons.
import { SkyMesh } from 'three/addons/objects/SkyMesh.js';
Properties
.isSky : boolean (readonly)
This flag can be used for type testing.
Default is true.
- Deprecated: Use isSkyMesh instead.
.isSkyMesh : boolean (readonly)
This flag can be used for type testing.
Default is true.
.mieCoefficient : UniformNode.<float>
The mieCoefficient uniform.
.mieDirectionalG : UniformNode.<float>
The mieDirectionalG uniform.
.rayleigh : UniformNode.<float>
The rayleigh uniform.
.sunPosition : UniformNode.<vec3>
The sun position uniform.
.turbidity : UniformNode.<float>
The turbidity uniform.
.upUniform : UniformNode.<vec3>
The up position.