me
/
guix
Archived
1
0
Fork 0

gnu: brdf-explorer: Mark up description.

* gnu/packages/graphics.scm (brdf-explorer)[synopsis, description]:
 Use @acronym{}.
master
Tobias Geerinckx-Rice 2023-07-09 02:00:01 +02:00
parent c848cd643c
commit de088be221
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 7 additions and 7 deletions

View File

@ -1646,15 +1646,15 @@ exec -a \"$0\" ~a/.brdf-real~%"
(string-append "https://web.archive.org/web/20190115030100/"
"https://www.disneyanimation.com/technology/brdf.html"))
(synopsis
"Analyze bidirectional reflectance distribution functions (BRDFs)")
"@acronym{BRDF, bidirectional reflectance distribution function} analyzer")
(description
"BRDF Explorer is an application that allows the development and analysis
of bidirectional reflectance distribution functions (BRDFs). It can load and
plot analytic BRDF functions (coded as functions in OpenGL's GLSL shader
language), measured material data from the MERL database, and anisotropic
measured material data from MIT CSAIL. Graphs and visualizations update in
real time as parameters are changed, making it a useful tool for evaluating
and understanding different BRDFs (and other component functions).")
of @acronym{BRDF, bidirectional reflectance distribution functions}. It can
load and plot analytic BRDF functions (coded as functions in OpenGL's GLSL
shader language), measured material data from the MERL database, and anisotropic
measured material data from MIT CSAIL. Graphs and visualizations update in real
time as parameters are changed, making it a useful tool for evaluating and
understanding different BRDFs (and other component functions).")
(license license:ms-pl))))
(define-public agg