Black Trigram (흑괘) - Korean Martial Arts Combat Simulator API - v0.7.9
    Preparing search index...
    TrigramSymbol3D: React.FC<TrigramSymbol3DProps> = ...

    3D Trigram Symbol Component

    Korean: 3D 트라이그램 심볼

    Renders an individual trigram symbol in 3D space with:

    • Smooth rotation animation at 60fps
    • Color changes based on selection and hover state
    • Particle glow effects for mystical feel
    • Korean cyberpunk aesthetic with neon glow
    • Html overlay for the trigram symbol character

    Performance optimizations:

    • Memoized geometries and materials
    • useFrame for efficient 60fps animation
    • Smooth lerp transitions for scale changes
    <TrigramSymbol3D
    trigram={TRIGRAM_DATA[TrigramStance.GEON]}
    stance={TrigramStance.GEON}
    position={[0, 0, 0]}
    isSelected={false}
    isHovered={true}
    onClick={() => console.log("Clicked")}
    />