RT
|
#include <rtstruct.h>
Data Fields | |
int | type |
void * | shape |
char * | name |
t_material | material |
t_pt3 * | pos |
t_vec3 * | x |
t_vec3 * | n |
t_vec3 * | z |
void * | anim |
void(* | f_inter )(t_inter *, t_obj *) |
void(* | find_normal )(t_inter *) |
t_vec3(* | get_uv )(t_inter *) |
void(* | f_gui )(void *, void *) |
void(* | export )(int, void *) |
void* s_obj::anim |
void(* s_obj::export) (int, void *) |
void(* s_obj::f_gui) (void *, void *) |
void(* s_obj::find_normal) (t_inter *) |
t_material s_obj::material |
t_vec3* s_obj::n |
char* s_obj::name |
t_pt3* s_obj::pos |
void* s_obj::shape |
int s_obj::type |
t_vec3* s_obj::x |
t_vec3* s_obj::z |