glodrei
Version:
useful add-ons for react-three-fiber
13 lines (9 loc) • 324 B
text/mdx
title: Stars
sourcecode: src/core/Stars.tsx
[](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} />
```