#include "rendermodes.h"
#include "macros_isoval.h"
#include "macros_equi.h"
Defines | |
#define | TEST_FHRT_EQUI_MAXIP_FINE |
#define | skymap_lookup(ftmpv, sc_off, zoff) |
Functions | |
void | fhrt_equi_maxip_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 |
MIP stands for Maximum Intensity Projection.
|
Generate rays to cover the screen. A ray is generated for every pixel.
|