Class SensorMaterial
Provide capability to define a multi-spectral reflectance curve between 0.35um to 2.5um.
Useful when sampling with the lidar or other sensor in this wavelength range.
Inherited Members
Namespace: Global Namespace
Assembly: solution.dll
Syntax
public class SensorMaterial : MonoBehaviour
Fields
Name | Description |
---|---|
SRDCurve | Helper used to display and edit the multi-spectral reflectance curve. |
spectralDistribution | A texture with a spectral distribution between 0.35um to 2.5um. |
Methods
Name | Description |
---|---|
BuildSRDCurve() | Populate the curve helper (AnimationCurve) with the spectralDistribution texture set. |
GetReflectanceValue(float) | Get the reflectance corresponding to the wavelength. |