3D Text Geometry
Interactive 3D text with layered depth effect - blue wireframe outlines with solid shadow layers behind
Based on the official Three.js example:webgl_geometry_text_shapes
Loading 3D Text...
Rendering geometry shapes
Three.js Style
Text:Three.js
Color:#4A90E2
Size: 80px
Wireframe: Yes
Auto Rotate: No
Controls:
🖱️ Drag to rotate
🔍 Scroll to zoom
📱 Touch to interact
🎨
3D Typography
True 3D text with depth, bevels, and realistic lighting
✨
Realistic Lighting
Directional and point lights with shadows and depth
🎮
Interactive Controls
Orbit controls for rotating, zooming, and panning
⚙️
Customizable
Adjust colors, sizes, bevels, and animation settings
Implementation
import ThreeTextGeometry from '@/components/shared/ThreeTextGeometry' <ThreeTextGeometry text="Your Text" color="#033663" fontSize={70} wireframe={true} autoRotate={false} enableControls={true} className="w-full max-h-[50vh] h-[600px]" />
🔧 Technical Features
• Layered 3D Effect: Multiple depth layers create realistic shadow depth
• Blue Wireframe: Clean blue outline with transparent background
• Courier Font: Classic monospace font with bold styling
• Depth Fading: Shadow layers fade out as they go deeper
• Interactive: Drag to rotate, scroll to zoom
• Performance: Optimized rendering with proper cleanup