HDRCubemapData
NameSpace: LightEstimation
The data of the HDR cubemap as it is obtained from a light estimation estimate.
Public Attributes
FaceDimension
The width/height dimension resolution of each face on the cubemap.
public uint FaceDimension;
Pixels
An array of pixel data of the cubemap. The data is in the order of (R, G, B, A) with values between 0 and 1, and is and organized into 6 faces in the order of (+X, -X, +Y, -Y, +Z, -Z).
public float [] Pixels;