In short: Real-time hair has crossed a threshold: strand-based grooming, once a film-only luxury, now runs in games on capable hardware, while the trusty hair-card approach still wins on performance and reach. Knowing which to use, and how to blend them, is a 2026 character-and-creature skill.
Fine, layered, light-catching strands: whether it's fur, grass or foliage, the rendering problem is the same. Thousands of thin elements are expensive to draw and hard to shade, and the techniques that tame game hair tame all of it.
Strands vs. cards: the core choice
Hair cards are textured polygon strips that are cheap, universal and art-directed. Strand-based hair renders actual thin geometry per hair, which looks gorgeous and physically believable but costs more. Cards are the reliable workhorse; strands are the high-end look where hardware allows.
Two fundamentally different approaches. Hair cards are flat polygon ribbons with a hair texture, placed and shaped by an artist, cheap to render, supported everywhere, and fully art-directed, which is why they've dressed game characters for two decades. Strand-based hair renders many actual thin strands as geometry, giving physically believable flow, self-shadowing and motion that cards can only approximate, at a real performance cost. In 2026 strands are viable on capable platforms and increasingly used for hero characters; cards remain the default for the broad hardware range and for crowds. Neither approach is obsolete: it comes down to a fidelity-vs-reach decision per project and per character.
The performance trade-off
Strands cost far more, because thousands of thin primitives are hard to render efficiently (overdraw, shading, anti-aliasing) and demand a capable GPU. Cards are cheap and predictable. On broad or low-end hardware, reach for cards; for hero characters on strong hardware, reach for strands.
Strand hair is expensive for the same reasons dense foliage is: enormous counts of thin, often semi-transparent primitives cause overdraw, are awkward to anti-alias, and need special shading to look right. That adds up fast, so strands are a budget line you spend deliberately, on the hero character the camera studies, on strong hardware, not on every NPC. Cards, by contrast, are cheap and predictable, which is why they carry crowds, distant characters and the low-end. The honest rule is strands where fidelity is worth the frames, cards everywhere else, and often both on the same game, for different characters.
LODing from strands to cards
The modern trick is to run strands up close and swap to cards (or fewer strands) at distance: the player gets strand quality on the hero in front of them and cheap cards on everyone far away. It's the same LOD logic as any other asset.
The way to get strand quality without paying for it everywhere is distance-based LOD, exactly like foliage or meshes. Up close, where the camera can resolve individual hairs, you run full strands; as the character recedes, you drop to fewer strands or swap to a card-based version that reads identically at that size. The player never sees the switch if the transition distances are tuned, and you've spent your expensive strands only where they're visible. This strand-near, card-far approach is what makes real-time strand hair practical in a shipping game rather than a tech demo, following the same pay-per-distance principle that governs every other real-time asset.
Near the camera, every element deserves detail; far away, it should collapse to something cheap. Hair and fur follow the same law: full strands where they read, cards where they don't.
Grooming: the workflow in brief
Grooming means styling the hair: placing guide strands, shaping flow, clumping and adding stray hairs, then generating the full groom from the guides. It's a craft of controlling direction, density and clumping so hair reads as intentional, not noise.
Whether it ends up strands or cards, hair starts as a groom: an artist places a manageable number of guide strands that define direction and shape, then the tool interpolates the full head or coat of hair between them, with controls for density, clumping (hairs gathering into locks), frizz and stray flyaways. Good grooming is about direction and clumping: real hair and fur flow in coherent directions and gather into clumps, and getting that flow believable is what separates a convincing groom from a fuzzy mess. From the finished groom you either render strands directly or generate hair cards by baking clumps to textured strips. The groom is the source; the strands or cards are the output.
When to use which
Use cards for broad-hardware games, crowds, distant characters, stylized looks, and when performance is tight. Use strands for hero characters and creatures on capable platforms where believable, moving, self-shadowing hair sells the shot. Most games use both.
Decide per context, not per dogma. Reach for cards when you're targeting a wide hardware range, filling a scene with many characters, working in a stylized art style, or protecting a tight frame budget: they're reliable, cheap and fully controllable. Reach for strands for the hero character or creature the game is built around, on hardware that can afford it, where lifelike flow and self-shadowing genuinely improve the presentation. The mature answer on most 2026 productions is both: strands on the stars, cards on the crowd, LODing between them, spending fidelity exactly where the player looks. It's the same discipline that governs foliage and instancing, and tools like Numivo apply it on the environment side, so the whole scene follows one consistent logic: rich up close, cheap at distance.
Field numbers worth stealing
- Cards = cheap textured polygon strips (universal); strands = real thin geometry (gorgeous, expensive)
- Strands are costly for the foliage reasons: overdraw + thin-primitive shading + AA
- LOD strands to cards with distance: hero quality near, cheap far
- Grooming is about direction + clumping: believable flow, not uniform fuzz
- Real rule: strands on heroes, cards on crowds, most games ship both
Mini-FAQ
Are hair cards obsolete now that strands run in real time? Not at all. Cards are still cheaper, more portable and often more art-directable, and they carry crowds and low-end hardware. Strands are an addition at the high end, not a replacement.
Why does my strand hair tank the framerate? Overdraw and shading cost from thousands of thin, transparent primitives. LOD to cards at distance, limit strand count, and reserve strands for hero characters, not for every NPC.
Does the same apply to fur and grass? Yes. Fur is short dense hair, and grass is the same thin-primitive rendering problem. The strand/card, LOD and clumping ideas transfer directly across hair, fur and even foliage.
Can I convert a strand groom to cards automatically? Increasingly, yes. Tools generate hair cards from a groom by baking clumps to textured strips. Author the groom once, then derive strands for the hero LOD and cards for the cheaper ones.
Real-time hair in 2026 is a spectrum, not a switch: cards for reach and control, strands for hero fidelity, LODing between them so you pay only where it shows. Master the groom, its direction, density and clumping, and choose your representation per character and platform, and you'll get believable hair and fur that looks great up close and still runs for the whole audience.

