Back to shaders
Aurora Mesh
Triangular wave pattern with dynamic lighting and specular highlights.
meshtriangleswavesgeometrictechby ShaderDrop
Source Code
Quick Start
1
Download or copy the component file
2
Save to components/AuroraMesh.tsx
3
Import and use in your page
page.tsx
import { AuroraMesh } from "@/components/AuroraMesh"
export default function Page() {
return (
<div className="relative min-h-screen">
<AuroraMesh className="absolute inset-0 -z-10" />
{/* Your content here */}
</div>
)
}AuroraMesh.tsx