game dev

DRAWING LOW POLY: FROM CONCEPT TO 3D

I used to draw every concept sketch with smooth curves. Rounded shoulders, flowing capes, circular wheels, organic everything. Then I'd open Blender and spend an hour trying to figure out why my beautiful sketch looked wrong as a 3D model. The curves didn't translate. The smooth lines demanded thousands of polygons to look right, and the whole point was to use as few polygons as possible.

The problem wasn't my modeling. It was my drawing. I was sketching for a style that didn't exist in my game.

Once I started drawing low poly from the start, thinking in flat planes on paper instead of converting curves later, the entire pipeline got faster and the results got better. The concept sketch became a reliable blueprint instead of a loose suggestion that I'd abandon ten minutes into modeling.

Think in planes, not curves

The biggest mindset shift when drawing low poly is killing your instinct to round things off. A human head is not a sphere. Not in low poly. It's a collection of flat faces arranged in a shape that reads as a head. When you sketch a head for low poly, you're drawing a faceted gem, not a portrait. This is part of what low poly actually is as a style, and why it rewards thinking geometrically from the very first pencil stroke.

This sounds limiting, but it's actually freeing. You stop worrying about getting the perfect curve of a jawline and start thinking about which faces define the jaw. Three flat planes can describe a jaw. A front face, two angled side faces. That's it. The viewer's brain fills in the rest because humans are incredible at recognizing faces from minimal geometric cues.

I sketch with straight lines now. Every line on the page represents an edge where two polygonal faces meet. If I catch myself drawing a curve, I stop and ask what flat planes would create the impression of that curve. Usually it's fewer than I expect. A tree trunk isn't a cylinder in my sketches. It's a hexagonal prism. A wheel isn't a circle. It's an octagon or a decagon, depending on how important it is to the scene.

This straight-line sketching habit trains your eye to see the world differently. You start noticing the flat planes in real objects. A car fender has maybe five major plane changes. A coffee mug has a cylindrical body that could be an octagonal prism plus a handle that's four rectangular faces. Real-world objects already have a low-poly version hiding inside them. You just have to learn to see it.

Simplifying real shapes

Every real object has a geometric essence. A house is a box with a triangular prism on top. A pine tree is a cone on a cylinder. A dog is a box with four cylinders and a smaller box for the head. These are crude descriptions, but they're the starting point for every low-poly model I've ever built.

The trick is knowing when crude is enough and when you need another level of detail. A background tree can absolutely be a cone on a stick. A tree that the player walks up to and interacts with needs more. Maybe the trunk gets some taper. Maybe the canopy becomes three or four overlapping cones of different sizes instead of one. The silhouette gets more interesting without the polygon count exploding.

I think of simplification in stages. Stage one: what primitive shapes make up this object? Stage two: which of those primitives need refinement for the object to be recognizable? Stage three: which edges need beveling or chamfering to catch light in interesting ways? Most objects in a game scene only need stage one or two. Hero objects, the things the player looks at most, get stage three.

A car is a good example because cars are complicated. A realistic car model might have 50,000 polygons. My low-poly cars have 200 to 400. Getting there means being ruthless about what matters. The overall proportions matter. The greenhouse shape (the windows and roof) matters because it's what makes a sedan look different from an SUV. The wheel arches matter because they define the stance. Everything else is negotiable. Door lines, mirror details, grille texture, trim pieces. Gone. The shape reads as "car" without them, and the specific greenhouse proportions make it read as the right kind of car.

When I sketch a vehicle, I draw five or six straight lines that capture the side profile. Roofline, beltline, sill line, front and rear angles. If those lines look right, the model will look right. I've thrown away concept sketches that had gorgeous detail but wrong proportions, and I've shipped models based on napkin doodles where the proportions sang.

Choosing your poly count

There's no universal right answer for polygon count, but there are wrong ones. Too few and the object is unreadable. Too many and you've lost the style. The sweet spot depends on the object's importance in the scene and how close the camera gets to it.

For game development, I work with rough budgets. Background props get 20 to 80 polygons. Mid-ground objects get 80 to 300. Foreground hero objects get 300 to 800. Characters that animate get 300 to 1,000 because joints need enough geometry to deform cleanly. These aren't rules. They're starting points that I adjust based on what the scene needs.

The budget should feel constraining but not impossible. If you're fighting the polygon count on every model, your budget is too low. If you never have to make hard choices about where to spend polygons, it's too high. The creative friction of a tight budget is what produces good low-poly art. You want that moment where you think "I need one more face to make this work" and then figure out how to do it without one.

When I'm sketching, I'm already thinking about this. I'll draw a concept and mentally count the faces. That front bumper shape needs four faces. The roof is two. The windshield is one. Each face on the concept sketch maps to a polygon in the final model, give or take. This mental counting during the sketch phase catches problems early. If I'm imagining a 600-polygon car but my game budget is 300, I know immediately that I need to simplify the design, not discover it halfway through modeling.

The artistic decisions

Low poly works as a style, not a limitation, because of the conscious decisions artists make. The same 300 polygons arranged two different ways can look cheap or look stunning. The difference is intentionality.

Flat shading versus smooth shading is the first big decision. Flat shading means each polygon face is a single color with hard edges between faces. This is the classic low-poly look and it emphasizes the geometry. Smooth shading interpolates normals across faces to create the illusion of curvature, which hides the low polygon count and makes the model look like a higher-poly model that's been compressed. I prefer flat shading for most things because I want the geometry to be visible. That faceted look is the whole point. But smooth shading has its uses. Organic shapes like character faces sometimes read better with smooth normals on the broader surfaces and hard edges only at sharp angle changes.

Color palette is the next decision, and it's more important than geometry in many cases. A well-colored low-poly model with 100 faces will look better than a poorly colored one with 500. I choose palettes before I start modeling. Five to ten colors per object, pulled from a cohesive palette that works across the whole scene. The constraint keeps everything visually unified.

Proportions are where low poly becomes expressive. Realistic human proportions in low poly look stiff and awkward because there aren't enough polygons to capture the subtlety of a real human form. Exaggerated proportions work better. Big heads, small bodies. Thick arms, stubby legs. The stylization gives the low polygon count something to work with. The geometry can describe a caricature more convincingly than it can describe a photograph.

I draw my concept sketches with exaggerated proportions from the start. If I'm designing a blacksmith character, the arms are too big, the torso is too broad, the head is slightly too large. These exaggerations look wrong in a realistic context but perfect in low poly because the limited geometry amplifies whatever proportional choice you make. Subtle proportions get lost. Bold ones land.

From sketch to model

My actual workflow is messier than any tutorial makes it sound. I sketch on paper, usually just a front view and a side view. Sometimes a three-quarter view if the object has interesting geometry from that angle. These are rough. Pen lines, no erasing, five to fifteen minutes per sketch. The goal isn't a beautiful drawing. It's a set of decisions about shape, proportion, and plane breaks.

Then I go into Blender and start with a primitive. A cube for most things. I push vertices to match the sketch, extruding and scaling faces to build out the form. The sketch sits on screen as a reference image, but I diverge from it constantly. Things that looked right in 2D sometimes look wrong in 3D, especially when you rotate the model and see how the planes interact from angles you didn't draw.

The concept sketch is a conversation starter, not a contract. It tells me the proportions, the major plane breaks, and the general vibe. The 3D model takes those decisions and adapts them to work in three dimensions. Some faces I sketched end up not being needed. Some that I didn't sketch turn out to be essential for the model to read correctly from all angles.

I've tried being more precise with my concept art. Doing careful orthographic drawings with exact polygon layouts planned. It's slower and the results aren't noticeably better. The loose sketch approach works because low-poly modeling is inherently a responsive process. You place a face, rotate the model, see how it looks, adjust. Trying to plan every vertex on paper adds time without adding quality.

Common mistakes

The most common mistake I see in low-poly concept art is drawing too much detail. If your sketch has nostrils, individual fingers, and belt buckle details, you're going to be frustrated when you try to model it at 400 polygons. Sketch at the fidelity of your target polygon count. If the model won't have individual fingers, don't draw them.

Another mistake is ignoring the back and sides. A concept sketch usually shows the front or three-quarter view. But the model exists in 3D, and the player will see it from every angle. When I sketch, I think about what the back looks like even if I don't draw it. A character with a great front silhouette and a boring back is a character that only works in screenshots.

Symmetry addiction is the third one. Real objects are rarely perfectly symmetrical, and low-poly models that are perfectly symmetrical look mechanical and lifeless. A slight variation between the left and right side, a shoulder that's slightly different, a tree canopy that leans a little, adds organic quality that symmetrical models lack. I model symmetrically for efficiency but break the symmetry at the end. A few vertex tweaks on one side make the model feel handmade.

Why this process matters

Drawing low poly is a specific skill, separate from general drawing ability and separate from 3D modeling ability. It's the translation layer between imagination and geometry. A good low-poly concept artist sees flat planes in round objects, counts faces instinctively, and makes proportional decisions that serve the style instead of fighting it.

The reason I keep sketching on paper before I model, even after years of doing this, is that the sketch is where the hard decisions happen. What's the silhouette? What's the proportion? Where do the major plane breaks go? Those decisions are easier to make with a pen than with a mouse, and they're easier to change when they're just ink on paper instead of vertices in a mesh.

Getting comfortable with this process took me a long time. My early sketches were too detailed and my early models looked nothing like them. Now the sketches are loose and the models are close. The gap between concept and finished model shrank because I learned to draw for the medium I was actually working in, not the medium I wished I was working in.

← Back to the Sketchbook