RT
Functions
render.c File Reference
#include "t_data.h"
#include "render.h"
#include "librt.h"
#include "ftmem.h"
#include <math.h>
Include dependency graph for render.c:

Functions

void cam_ray (t_data *app, t_ray *res, float x, float y)
 
t_color recursive_cast (t_scene scene, t_settings settings, t_ray ray, int depth)
 
t_shading get_shading_data (t_inter *inter)
 
int __attribute__ ((hot))
 

Function Documentation

◆ __attribute__()

int __attribute__ ( (hot)  )

◆ cam_ray()

void cam_ray ( t_data app,
t_ray res,
float  x,
float  y 
)

◆ get_shading_data()

t_shading get_shading_data ( t_inter inter)

◆ recursive_cast()

t_color recursive_cast ( t_scene  scene,
t_settings  settings,
t_ray  ray,
int  depth 
)