Blender V4.5
LightTreeFlatten Struct Reference

Public Attributes

const Scene * scene
const LightTreeEmitter * emitters
const uint * object_lookup_offset
uint * light_array
uint * mesh_array
uint * triangle_array
std::unordered_map< LightTreeNode *, int > instances

Detailed Description

Definition at line 518 of file scene/light.cpp.

Member Data Documentation

◆ emitters

◆ instances

std::unordered_map<LightTreeNode *, int> LightTreeFlatten::instances

Definition at line 527 of file scene/light.cpp.

Referenced by light_tree_leaf_emitters_copy_and_flatten().

◆ light_array

uint* LightTreeFlatten::light_array

◆ mesh_array

uint* LightTreeFlatten::mesh_array

◆ object_lookup_offset

const uint* LightTreeFlatten::object_lookup_offset

◆ scene

const Scene* LightTreeFlatten::scene

◆ triangle_array

uint* LightTreeFlatten::triangle_array

The documentation for this struct was generated from the following file: