Created a page for the Bake Reflection Probe node. |
m YoshBot moved page ProtoFlux:Bake Reflection Probe to ProtoFlux:BakeReflectionProbe: Automated: removing spaces from ProtoFlux namespace |
(No difference)
|
Latest revision as of 23:41, 20 August 2025
Bake Reflection Probe
Rendering
The Bake Reflection Probe
node takes in a Reflection Probe and begins the baking process, then returns the Uri asset that can be used for the world when completed.
Inputs
* (AysncCall)
Calls an impulse to bake the reflection probe.
Probe (ReflectionProbe)
The reflection probe to bake.
Outputs
OnBakeStart (AysncCall)
Fires when the bake has started.
OnBakeFail (Continuation)
Fires when the bake has failed.
OnBakeComplete (Continuation)
Fires when the bake has completed.
BakedCubemapURL (Uri)
Returns the baked asset URL.