InputExtraction.BakeInput
Container for scene data to be used for light transport calculations.
Read time 1 minuteLast updated 13 days ago
Definition
- Type: Class
- Namespace: UnityEngine.LightTransport
- Assembly: UnityEditor
public class InputExtraction.BakeInput
Remarks
An opaque data structure containing all scene information needed for light baking calculations, including geometry, materials, lights, and probe positions. This object is created by InputExtraction.ExtractFromScene and consumed by InputExtraction.PopulateWorld.
The BakeInput contains:
- Mesh geometry and material data.
- Light source information.
- Terrain height maps and hole maps.
- Instance transformation data.
- Lighting related settings.
- Light probe group positions.
Additional Resources: InputExtraction.ExtractFromScene, InputExtraction.PopulateWorld.