UNPKG

glodrei

Version:

useful add-ons for react-three-fiber

19 lines (14 loc) 414 B
--- title: Sky sourcecode: src/core/Sky.tsx --- [![](https://img.shields.io/badge/-storybook-%23ff69b4)](https://drei.pmnd.rs/?path=/story/staging-sky--sky-st) <Grid cols={4}> <li> <Codesandbox id="vkgi6" /> </li> </Grid> Adds a [sky](https://threejs.org/examples/#webgl_shaders_sky) to your scene. ```jsx <Sky distance={450000} sunPosition={[0, 1, 0]} inclination={0} azimuth={0.25} {...props} /> ```