#include "rendermodes.h"
#include "macros_isoval.h"
Defines | |
| #define | TEST_FHRT_RBS_FINE |
| #define | skymap_lookup(ftmpv, sc_off, zoff) |
Functions | |
| void | fhrt_rbs_fine (rendersurf *rtsurf, uint32_t *voxel, float *ipos, float *ifor, float *iup, float *istr) |
| Generate rays to cover the screen. | |
Variables | |
| int | pos_x |
| int | pos_y |
| int | pos_z |
| float | ftmpv [4] |
| float | ftmpv_CUBE [4] |
| float | add_x [3] |
| float | add_y [3] |
| int | ADAPT_STEP |
| SDL_Surface * | sky |
| uint32_t * | sdata |
RBS stands for Region Boundary Surfaces.
|
||||||||||||||||||||||||||||
|
Generate rays to cover the screen. A ray is generated for every pixel.
|
1.4.6