mirror of
https://github.com/godotengine/godot.git
synced 2024-11-27 09:16:35 +08:00
81064cc239
We don't use that info for anything, and it generates unnecessary diffs every time we bump the minor version (and CI failures if we forget to sync some files from opt-in modules (mono, text_server_fb).
13 lines
894 B
XML
13 lines
894 B
XML
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<class name="LightmapProbe" inherits="Node3D" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../class.xsd">
|
|
<brief_description>
|
|
Represents a single manually placed probe for dynamic object lighting with [LightmapGI].
|
|
</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.
|
|
</description>
|
|
<tutorials>
|
|
</tutorials>
|
|
</class>
|