guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

12/12: gnu: brdf-explorer: Mark up description.


From: guix-commits
Subject: 12/12: gnu: brdf-explorer: Mark up description.
Date: Fri, 14 Jul 2023 19:11:34 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit de088be221a491484d6992089fa2a80b06040d70
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Jul 9 02:00:01 2023 +0200

    gnu: brdf-explorer: Mark up description.
    
    * gnu/packages/graphics.scm (brdf-explorer)[synopsis, description]:
     Use @acronym{}.
---
 gnu/packages/graphics.scm | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/gnu/packages/graphics.scm b/gnu/packages/graphics.scm
index f830b22158..02b73d5197 100644
--- a/gnu/packages/graphics.scm
+++ b/gnu/packages/graphics.scm
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]