Blender V5.0
cycles_xml.h File Reference

Go to the source code of this file.

Macros

#define RAD2DEGF(_rad)
#define DEG2RADF(_deg)

Functions

void xml_read_file (Scene *scene, const char *filepath)

Macro Definition Documentation

◆ DEG2RADF

#define DEG2RADF ( _deg)
Value:
((_deg) * (float)(M_PI / 180.0))
#define M_PI
nullptr float

Definition at line 15 of file cycles_xml.h.

◆ RAD2DEGF

#define RAD2DEGF ( _rad)
Value:
((_rad) * (float)(180.0 / M_PI))

Definition at line 14 of file cycles_xml.h.

Function Documentation

◆ xml_read_file()

void xml_read_file ( Scene * scene,
const char * filepath )