Files
engine/doc/classes/LightmapProbe.xml
T

13 lines
908 B
XML
Raw Normal View History

2020-05-12 10:10:34 +02:00
<?xml version="1.0" encoding="UTF-8" ?>
2022-02-14 14:18:53 +01:00
<class name="LightmapProbe" inherits="Node3D" version="4.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../class.xsd">
2020-05-12 10:10:34 +02:00
<brief_description>
Represents a single manually placed probe for dynamic object lighting with [LightmapGI].
2020-05-12 10:10:34 +02:00
</brief_description>
<description>
[LightmapProbe] represents the position of a single manually placed probe for dynamic object lighting with [LightmapGI].
Typically, [LightmapGI] probes are placed automatically by setting [member LightmapGI.generate_probes_subdiv] to a value other than [constant LightmapGI.GENERATE_PROBES_DISABLED]. By creating [LightmapProbe] nodes before baking lightmaps, you can add more probes in specific areas for greater detail, or disable automatic generation and rely only on manually placed probes instead.
2020-05-12 10:10:34 +02:00
</description>
<tutorials>
</tutorials>
</class>