Blender
V3.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 15 of file cycles_xml.h.
Definition at line 14 of file cycles_xml.h.
Definition at line 712 of file cycles_xml.cpp.
References SceneParams::bvh_type, BVH_TYPE_STATIC, Scene::default_surface, Scene::params, path_dirname(), path_filename(), scene, state, transform_identity(), and xml_read_include().
Referenced by scene_init().