|
RT
|

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) |
| void cone_set | ( | t_obj * | obj, |
| void * | cone, | ||
| t_parse_txt * | scene_file | ||
| ) |
| void cylinder_set | ( | t_obj * | obj, |
| void * | cylinder, | ||
| t_parse_txt * | scene_file | ||
| ) |
| void light_set | ( | t_light * | light, |
| t_parse_txt * | scene_file | ||
| ) |
| void plane_set | ( | t_obj * | obj, |
| void * | plane, | ||
| t_parse_txt * | scene_file | ||
| ) |
| void sphere_set | ( | t_obj * | obj, |
| void * | sphere, | ||
| t_parse_txt * | scene_file | ||
| ) |
1.8.17