Blender V5.0
light_tree_debug.h
Go to the documentation of this file.
1/* SPDX-FileCopyrightText: 2011-2025 Blender Foundation
2 *
3 * SPDX-License-Identifier: Apache-2.0 */
4
5#pragma once
6
7#include "util/string.h"
8#include "util/types_base.h"
9
11
13class LightTree;
14struct LightTreeNode;
15class Scene;
16
17void light_tree_plot_to_file(const Scene &scene,
18 const LightTree &tree,
19 const LightTreeNode &root_node,
20 const string &filename);
21
22void klight_tree_plot_to_file(uint root_index,
23 const KernelLightTreeNode *knodes,
24 const string &filename);
25
unsigned int uint
#define CCL_NAMESPACE_END
KDTree_3d * tree
void klight_tree_plot_to_file(uint root_index, const KernelLightTreeNode *knodes, const string &filename)
void light_tree_plot_to_file(const Scene &scene, const LightTree &tree, const LightTreeNode &root_node, const string &filename)