Functions
filterShadingPointsByType
Filters out shading points that expose the specified sensor type.
Parameters
shadingPoints* Array.<SurfaceShadingPoint> | The shading points to filter from. |
sensorType* string | The type of sensors to filter device with. |
* Required
Returns
type | description |
---|---|
Array.<SurfaceShadingPoint> | The shading points that expose the given sensor type. |