RT
Functions
export_toolbox.c File Reference
#include "rtstruct.h"
#include "ftstring.h"
#include <stdio.h>
Include dependency graph for export_toolbox.c:

Functions

void export_color (int fd, char *name, t_color color)
 
void export_tvec3 (int fd, char *name, t_vec3 vector)
 
void export_material (int fd, t_material *mat)
 
void tore_export (int fd, void *shape)
 

Function Documentation

◆ export_color()

void export_color ( int  fd,
char *  name,
t_color  color 
)

◆ export_material()

void export_material ( int  fd,
t_material mat 
)

◆ export_tvec3()

void export_tvec3 ( int  fd,
char *  name,
t_vec3  vector 
)

◆ tore_export()

void tore_export ( int  fd,
void *  shape 
)