UNPKG

glodrei

Version:

useful add-ons for react-three-fiber

13 lines (9 loc) 324 B
--- title: Stars sourcecode: src/core/Stars.tsx --- [![](https://img.shields.io/badge/-storybook-%23ff69b4)](https://drei.pmnd.rs/?path=/story/staging-stars--stars-st) Adds a blinking shader-based starfield to your scene. ```jsx <Stars radius={100} depth={50} count={5000} factor={4} saturation={0} fade speed={1} /> ```