Skip to content

Commit

Permalink
Add more detailed definition for BRDF
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidJRitter904 committed Dec 18, 2024
1 parent de7f3b4 commit 6d8d626
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion schemas/material_brdf_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
},
"brdf": {
"type": "object",
"description": "General information about the lookup table.",
"description": "General information about the BRDF-lookup table. The BRDF is used as a basic quantity to characterize geometrically reflecting properties of a surface. BRDF-Definition: “The ratio of the radiance or power per unit solid-angle in the outgoing direction from a unit projected surface area to the collimated irradiance or power per unit projected surface area.” The BRDF has units of inverse steradians or solid-angle (sr-1) and could vary from 0 to infinity. It is symmetric in the incoming and outgoing direction, known as the Helmholtz reciprocity principle.",
"properties": {
"wavelengths": {
"type": "array",
Expand Down

0 comments on commit 6d8d626

Please sign in to comment.