Trace Engine
A Raycaster Engine in C
Loading...
Searching...
No Matches
tll_render.h
Go to the documentation of this file.
1#ifndef _H_RENDER
2#define _H_RENDER
3
5#include "map.h"
6
18
24void tll_render_line(const ray_t ray);
25
26#endif
structures_t
Definition map.h:22
Definition tll_render.h:10
trc_world_position_t pos
Definition tll_render.h:12
int index
Definition tll_render.h:11
float wall_orientation
Definition tll_render.h:16
structures_t surface
Definition tll_render.h:15
float distance
Definition tll_render.h:14
float angle
Definition tll_render.h:13
Definition trc_world_position.h:7
void tll_render_line(const ray_t ray)
Definition tll_render.c:26