Sci-Fi Environment
◆ BackgroundsThree.js sci-fi background with smoky ring and animated distortion effects.
three.jsenvironmentshadersci-fi
No preview available
Controls
Demo Hero Content
0.4
4
0.5
1.5
#e0e0e0
Three.js sci-fi background with smoky ring and animated distortion effects.
No preview available
Backgrounds / React Component
Three.js sci-fi background with smoky ring and animated distortion effects.
Copy the shadcn CLI command below. Replace YOUR_LICENSE_KEY with the license key from your FutureUI account — or log in and it will auto-fill for you.
npx shadcn@latest add "https://futureui.studio/api/registry/sci-fi-environment.json?key=YOUR_LICENSE_KEY" import { SciFiEnvironment } from './SciFiEnvironment';
export default function Example() {
return (
<SciFiEnvironment
smokeOpacity={0.4}
smokeDensity={4.0}
vignetteRadius={0.5}
vignetteSoftness={1.5}
colorBg="#e0e0e0"
/>
);
}