lumos.brdf.tools.read_brdf

lumos.brdf.tools.read_brdf(brdf_file_path)[source]

Reads data from a BRDF file

Parameters:

brdf_file_path (str) – Path to the BRDF file

Returns:

\(\phi_i, \theta_i, \phi_o, \theta_o, BRDF\)

Return type:

tuple[np.ndarray]