Blender V5.0
light_tree_debug.h File Reference
#include "util/string.h"
#include "util/types_base.h"

Go to the source code of this file.

Functions

void light_tree_plot_to_file (const Scene &scene, const LightTree &tree, const LightTreeNode &root_node, const string &filename)
void klight_tree_plot_to_file (uint root_index, const KernelLightTreeNode *knodes, const string &filename)

Function Documentation

◆ klight_tree_plot_to_file()

void klight_tree_plot_to_file ( uint root_index,
const KernelLightTreeNode * knodes,
const string & filename )

Definition at line 308 of file light_tree_debug.cpp.

References path_fopen(), and recursive_print_knode().

◆ light_tree_plot_to_file()

void light_tree_plot_to_file ( const Scene & scene,
const LightTree & tree,
const LightTreeNode & root_node,
const string & filename )