RT
Functions
parse_shape.c File Reference
#include "config.h"
#include "libft.h"
#include "parse.h"
Include dependency graph for parse_shape.c:

Functions

t_textureparse_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...
 

Function Documentation

◆ create_obj_from_txt()

void create_obj_from_txt ( t_obj obj_dst,
t_parse_txt scene_file,
int  type 
)

General parser for all of the shapes.

Parameters
obj_dst: Dst of the data
scene_file: Parsing struct
type: Type of the shape to parse

◆ parse_shape()

void parse_shape ( t_parse_txt scene_file,
int  type 
)

Built a shape obj and add it to the scene.lst_obj.

Parameters
scene_file: Parsing struct
type: Type of the shape to parse

◆ parse_texture()

t_texture* parse_texture ( char *  key_name,
t_parse_txt scene_file 
)