#include <SDL.h>
Go to the source code of this file.
|
| void | plane_export (int fd, void *shape) |
| |
| void | sphere_export (int fd, void *shape) |
| |
| void | cone_export (int fd, void *shape) |
| |
| void | cylinder_export (int fd, void *shape) |
| |
| void | csg_export (int fd, void *shape) |
| |
| void | cube_export (int fd, void *shape) |
| |
| void | tore_export (int fd, void *shape) |
| |
| void | export_material (int fd, t_material *mat) |
| |
| void | set_win_title (SDL_Window *win, char *filename) |
| |
| void | export_tvec3 (int fd, char *name, t_vec3 vector) |
| |
| void | export_color (int fd, char *name, t_color color) |
| |
| char * | get_obj_str (int type) |
| |
◆ cone_export()
| void cone_export |
( |
int |
fd, |
|
|
void * |
shape |
|
) |
| |
◆ csg_export()
| void csg_export |
( |
int |
fd, |
|
|
void * |
shape |
|
) |
| |
◆ cube_export()
| void cube_export |
( |
int |
fd, |
|
|
void * |
shape |
|
) |
| |
◆ cylinder_export()
| void cylinder_export |
( |
int |
fd, |
|
|
void * |
shape |
|
) |
| |
◆ export_color()
| void export_color |
( |
int |
fd, |
|
|
char * |
name, |
|
|
t_color |
color |
|
) |
| |
◆ export_material()
◆ export_tvec3()
| void export_tvec3 |
( |
int |
fd, |
|
|
char * |
name, |
|
|
t_vec3 |
vector |
|
) |
| |
◆ get_obj_str()
| char* get_obj_str |
( |
int |
type | ) |
|
◆ plane_export()
| void plane_export |
( |
int |
fd, |
|
|
void * |
shape |
|
) |
| |
◆ set_win_title()
| void set_win_title |
( |
SDL_Window * |
win, |
|
|
char * |
filename |
|
) |
| |
◆ sphere_export()
| void sphere_export |
( |
int |
fd, |
|
|
void * |
shape |
|
) |
| |
◆ tore_export()
| void tore_export |
( |
int |
fd, |
|
|
void * |
shape |
|
) |
| |