Module: Doom::Render

Defined in:
lib/doom/render/renderer.rb

Defined Under Namespace

Classes: Drawseg, Renderer, Visplane

Constant Summary collapse

SCREEN_WIDTH =
320
SCREEN_HEIGHT =
240
HALF_WIDTH =
SCREEN_WIDTH / 2
HALF_HEIGHT =
SCREEN_HEIGHT / 2
FOV =
90.0
SIL_NONE =

Silhouette types for sprite clipping (matches Chocolate Doom r_defs.h)

0
SIL_BOTTOM =
1
SIL_TOP =
2
SIL_BOTH =
3