8.5 Material brdf schema
8.5.16 metadata
Metadata about the material.
8.5.16.8 license
License information. For common open source licenses, provide an SPDX identifier. For other types of licenses, provide an URL to a webpage with the license or the filename of a separately provided license file.
Required: Yes
8.5.17 brdf
General information about the lookup table.
8.5.17.1 typicalSensor
Typical sensor technology this BRDF table is used for, e.g., radar, lidar, camera.
Required: Yes
8.5.17.2 wavelengthRange
Wavelength range covered by the lookup table. The first item is the minimum wavelength in meters and the second item is the maximum wavelength in meters.
Required: Yes
8.5.17.4 lookupTable
Array of bidirectional reflectance distribution function (BRDF) values, with each item representing a different property. The array SHALL be sorted based on the columns starting with the first.
Columns of the table:
-
Column 1: Incident elevation angle in rad.
-
Column 2: Exit elevation angle in rad.
-
Column 3: Exit azimuth angle in rad (for BRDFs with incident and exit vectors on the same plane as the normal, exit azimuth angle is 0.)
-
Column 4: Polarized plane angle in rad. This is the angle between the plane containing the incident, exit, and normal vector, and the plane of polarization.
-
Column 5: Wavelength in meters.
-
Column 6: Amplitude within the linearly polarized plane.
-
Column 7: Phase within the linearly polarized plane. If the phase is not taken into account, it is null.
Required: Yes