zenilib  0.5.3.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
lib3ds_background.c File Reference
#include "lib3ds_impl.h"

Go to the source code of this file.

Functions

static int colorf_defined (float rgb[3])
 
static void colorf_write (float rgb[3], Lib3dsIo *io)
 
void lib3ds_background_read (Lib3dsBackground *background, Lib3dsIo *io)
 
void lib3ds_background_write (Lib3dsBackground *background, Lib3dsIo *io)
 
static void solid_bgnd_read (Lib3dsBackground *background, Lib3dsIo *io)
 
static void v_gradient_read (Lib3dsBackground *background, Lib3dsIo *io)
 

Function Documentation

static int colorf_defined ( float  rgb[3])
static

Definition at line 150 of file lib3ds_background.c.

References fabs(), i, and LIB3DS_EPSILON.

Referenced by lib3ds_background_write().

static void colorf_write ( float  rgb[3],
Lib3dsIo io 
)
static