RT
Functions
perturbation.c File Reference
#include <stdlib.h>
#include "ftmath.h"
#include "rtstruct.h"
#include "color.h"
#include <math.h>
Include dependency graph for perturbation.c:

Functions

t_color texture_strips (t_material *mat, t_texture *texture, t_vec3 uv)
 
t_color texture_checkers (t_material *mat, t_texture *texture, t_vec3 uv)
 
t_color texture_wave (t_material *mat, t_texture *texture, t_vec3 uv)
 
t_color sample (t_material *mat, t_texture *texture, t_vec3 uv)
 

Function Documentation

◆ sample()

t_color sample ( t_material mat,
t_texture texture,
t_vec3  uv 
)

◆ texture_checkers()

t_color texture_checkers ( t_material mat,
t_texture texture,
t_vec3  uv 
)

◆ texture_strips()

t_color texture_strips ( t_material mat,
t_texture texture,
t_vec3  uv 
)

◆ texture_wave()

t_color texture_wave ( t_material mat,
t_texture texture,
t_vec3  uv 
)