Art
Three.js geometric visualizations and interactive 3D components for hero sections and visual accents.
Geometric Network
Central icosahedron with connected network nodes. Features rotating geometry, pulsing connection lines, and bloom post-processing for glow effects.
Usage
import { GeometricNetwork } from "@/components/GeometricNetwork";
<GeometricNetwork className="h-[500px]" />Isometric Cube Grid
Interactive 3D isometric cube grid used in the hero section. Features mouse-reactive drawing, fade animations, and bloom post-processing for glow effects.
Usage
import { IsometricCubeGrid } from "@/components/hero/IsometricCubeGrid";
<IsometricCubeGrid />