Hard surface modelling

Manufactured objects have rules — panel lines, consistent bevels, no perfectly sharp edges. Following them is most of what makes them read.

Hard surface means anything manufactured: machinery, vehicles, weapons, architecture, props. The craft is different from organic modelling because the reference has rules.

Nothing is perfectly sharp

Every real edge has a radius, however small. A perfectly sharp edge in a render reads as fake because it catches no highlight. Bevelling or chamfering every visible edge is the single change that most improves how hard-surface work reads.

The width matters and it should be consistent — a model with randomly varying bevel widths looks wrong even when nothing is obviously incorrect.

Panel lines and separation

Manufactured objects are made of parts. Panel lines, seams, fasteners and gaps are what communicate that. A single continuous surface reads as a toy; the same shape divided into plausible components reads as machinery.

Booleans

Cutting shapes out of other shapes is fundamental to hard surface, and produces messy topology at the intersections. Two approaches:

  • Clean up afterwards — fix the intersection topology by hand. Slow, correct, necessary if the model deforms or subdivides.
  • Live with it — a static prop that gets baked to a low poly does not care what the high poly's topology looks like.

The second is legitimate and widely used. Topology quality matters where it matters.

Supporting loops

Under subdivision, a bevel holds its shape only if supported by loops close to it. Too far and the edge softens; too close and it pinches. This is the main technical skill in subdivision-based hard surface work.

Scale and plausibility

Hard surface reads as real when the details are the right size — bolts, panel gaps, handles, treads. Getting the overall shape right and the detail scale wrong is the most common failure, and it is why modelling to real dimensions matters.

Generated hard surface

Reconstruction tends to soften exactly the features that make hard surface read: crisp edges become rounded, panel lines become vague, small fasteners become bumps. Generated mechanical objects usually need the edges re-established, which is often a modelling job rather than a cleanup one.