|
Blender V4.3
|
Go to the source code of this file.
Macros | |
| #define | RAD2DEGF(_rad) ((_rad) * (float)(180.0 / M_PI)) |
| #define | DEG2RADF(_deg) ((_deg) * (float)(M_PI / 180.0)) |
Functions | |
| void | xml_read_file (Scene *scene, const char *filepath) |
Definition at line 16 of file cycles_xml.h.
Definition at line 15 of file cycles_xml.h.
| void xml_read_file | ( | Scene * | scene, |
| const char * | filepath ) |
Definition at line 854 of file cycles_xml.cpp.
References BVH_TYPE_STATIC, path_dirname(), path_filename(), scene, XMLReadState::scene, state, transform_identity(), and xml_read_include().
Referenced by scene_init().