Level Design Overview
Brushes: the Foundation of 3D Level Design
Blocks. Wedges. Cylinders. Spikes. They may not sound like much, but these are the basic building blocks of all architecture created in Hammer. You can carve 'em, clip 'em, and manipulate 'em. You can combine these solids (also called brushes) to make any shape possible, real or imagined. This is known as constructive solid geometry (CSG) and this is the editing style Hammer uses. Creating brush solids is described in the section Creating Brushes.
Once you create a brush, you'll assign to it a material, which is a pre-existing bitmap image created to make the brush resemble something in the real (or some imagined) world. Examples of textures include bricks, rock faces, and water.
Entities
You say you want more in your game world than inanimate solids? Well then, what you want are entities. Where brushes are "world objects" used to form the basic inanimate structure of your level, entities are the objects that move, have sound, or are interactive. An entity is anything that performs some type of operation or task within your level. Models are a type of entity.
Putting it All Together
Using these simple components, you can create a virtually limitless variety of levels. Whether its a barren room or a vast, complex world, you'll do it by using solids and textures to create your architecture, then adding models, lights, monsters, buttons, moving platforms and a host of other entities to bring your creation to life.
Once everything is in place, you will need to compile your level by choosing Run Map from the File Menu. This is the process that turns your collection of solids and entities into a playable level that you can run in the Source Engine. Although the compiling process happens when you think you've finished your level, knowing something about this process ahead of time can save you many headaches.