Description Adds a Tabulated Scatter model. Data is given in spherical polar coordinates over the hemisphere.
Syntax count = AddTabulatedScatter ( scat, A0, B0, Adata, Bdata, BSDFdata )
Parameters count (Long) Index of the scatter model that was added.
scat As T_TABULATEDSCATTER Tabulated Scatter structure.
A0() As Double Array of elevation angles (degrees) for the specular direction.
B0() As Double Array of azimuth angles (degrees) for the specular direction.
Adata() As Double Array of elevation angles (degrees) for the scatter direction.
Bdata() As Double Array of azimuth angles (degrees) for the scatter direction.
BSDFdata() As Double Array of BSDF values (positive values only).
See Also
|