[][src]Module stockton_bsp::lumps::brushes

Parses the brushes & brushsides lumps from a bsp file

Structs

Brush

One brush record. Used for collision detection. "Each brush describes a convex volume as defined by its surrounding surfaces."

BrushSide

Bounding surface for brush.

BrushesLump

A brushes lump from a bsp file. BrushSides are also stored inside here.