RT
Functions
setter.c File Reference
#include "librt.h"
#include "parse.h"
Include dependency graph for setter.c:

Functions

void sphere_set (t_obj *obj, void *sphere, t_parse_txt *scene_file)
 
void plane_set (t_obj *obj, void *plane, t_parse_txt *scene_file)
 
void cylinder_set (t_obj *obj, void *cylinder, t_parse_txt *scene_file)
 
void cone_set (t_obj *obj, void *cone, t_parse_txt *scene_file)
 
void light_set (t_light *light, t_parse_txt *scene_file)
 

Function Documentation

◆ cone_set()

void cone_set ( t_obj obj,
void *  cone,
t_parse_txt scene_file 
)

◆ cylinder_set()

void cylinder_set ( t_obj obj,
void *  cylinder,
t_parse_txt scene_file 
)

◆ light_set()

void light_set ( t_light light,
t_parse_txt scene_file 
)

◆ plane_set()

void plane_set ( t_obj obj,
void *  plane,
t_parse_txt scene_file 
)

◆ sphere_set()

void sphere_set ( t_obj obj,
void *  sphere,
t_parse_txt scene_file 
)