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

Functions

t_color texture_perlin (t_material *mat, t_texture *texture, t_vec3 uv)
 
t_color texture_wood (t_material *mat, t_texture *texture, t_vec3 uv)
 
t_color texture_marble (t_material *mat, t_texture *texture, t_vec3 uv)
 
t_color texture_cloud (t_material *mat, t_texture *texture, t_vec3 uv)
 

Function Documentation

◆ texture_cloud()

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

◆ texture_marble()

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

◆ texture_perlin()

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

◆ texture_wood()

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