1---2name: corner-lasers3description: Create a corner-anchored laser composition with thin beams, a bright emitter node, bloom, and atmospheric glow or fog.4---56# Corner Lasers Skill78## Use When9- Create a corner-anchored laser composition with thin beams, a bright emitter node, bloom, and atmospheric glow or fog.1011## Workflow1213## Scope14- Apply this only to corner-based laser beam compositions, not to generic centered lasers, particle scenes, or unrelated motion systems.15- Use it when the design needs beams that originate from or converge at a corner or edge junction, with a strong cinematic emitter point.1617## Visual target18- Create two or three thin laser beams that meet at a bright corner emitter, then extend outward along different directions like a geometric room corner or portal seam.19- Keep the beam lines narrow and sharp with a white-hot center, a restrained halo, and strong bloom concentrated around the corner junction.20- Let the surrounding atmosphere glow softly from the emitter so the corner feels illuminated by volumetric haze rather than flat lines on a dark background.21- Use the design's primary color or strongest accent color for the halo and atmospheric tint instead of hardcoding blue, while keeping the brightest beam core near white.2223## Implementation guidance24- Prefer raw WebGL shader treatment or equivalent effect logic when the output supports it.25- Anchor the composition to an off-center corner point and derive multiple beam directions from that point rather than placing unrelated separate lines.26- Use signed-distance or line-distance logic so each beam stays thin, crisp, and continuous.27- Add a concentrated bloom or energy flare at the corner emitter where the beams meet; that hotspot should be the brightest point in the composition.28- Add subtle atmospheric glow, fog, or light diffusion around the beams so the effect feels immersive and spatial, not flat.29- Motion should stay restrained: slow pulsing, faint traveling energy, or gentle shimmer is good; chaotic flicker is not.3031## Tuning knobs32- Corner position: move the emitter point inward from the edge or corner to frame the composition.33- Beam count and angle: use two or three rays with clear directional contrast.34- Beam thickness: keep the core thin and tune the outer glow separately so the lasers stay elegant.35- Color: derive halo and haze tint from the active design accent color.36- Atmosphere: adjust bloom radius, fog density, falloff, and vignette strength so the corner stays luminous without washing out the UI.3738## Avoid39- Thick neon bars that lose the precision of laser lines.40- Full-screen fog with no localized relationship to the corner emitter.41- Hardcoding a cold blue palette when the design clearly uses another primary color.42- Symmetrical centered compositions when the goal is an off-axis corner beam effect.