RT
|
Functions | |
t_texture * | parse_texture (char *key_name, t_parse_txt *scene_file) |
void | create_obj_from_txt (t_obj *obj_dst, t_parse_txt *scene_file, int type) |
General parser for all of the shapes. More... | |
void | parse_shape (t_parse_txt *scene_file, int type) |
Built a shape obj and add it to the scene.lst_obj. More... | |
void create_obj_from_txt | ( | t_obj * | obj_dst, |
t_parse_txt * | scene_file, | ||
int | type | ||
) |
General parser for all of the shapes.
obj_dst | : Dst of the data |
scene_file | : Parsing struct |
type | : Type of the shape to parse |
void parse_shape | ( | t_parse_txt * | scene_file, |
int | type | ||
) |
Built a shape obj and add it to the scene.lst_obj.
scene_file | : Parsing struct |
type | : Type of the shape to parse |
t_texture* parse_texture | ( | char * | key_name, |
t_parse_txt * | scene_file | ||
) |