|
RT
|
#include "librt.h"#include "ftbtree.h"#include "ftstring.h"#include "csg.h"#include "parse.h"#include "ftio.h"
Functions | |
| int | csg_is_obj (t_parse_txt *scene_file) |
| t_btree * | csg_parse_obj (t_parse_txt *scene_file, int type) |
| t_btree * | csg_parse_op (t_parse_txt *scene_file, int type) |
| t_btree * | csg_tree_parse (t_parse_txt *scene_file) |
| void | csg_set (t_obj *obj, void *csg, t_parse_txt *scene_file) |
| int csg_is_obj | ( | t_parse_txt * | scene_file | ) |
| t_btree* csg_parse_obj | ( | t_parse_txt * | scene_file, |
| int | type | ||
| ) |
| t_btree* csg_parse_op | ( | t_parse_txt * | scene_file, |
| int | type | ||
| ) |
| void csg_set | ( | t_obj * | obj, |
| void * | csg, | ||
| t_parse_txt * | scene_file | ||
| ) |
| t_btree* csg_tree_parse | ( | t_parse_txt * | scene_file | ) |
1.8.17