]> gitweb.factorcode.org Git - factor.git/blobdiff - unmaintained/adsoda/adsoda-docs.factor
Merge branch 'master' of git://factorcode.org/git/factor
[factor.git] / unmaintained / adsoda / adsoda-docs.factor
index d90beb7c7b2142cc41591fdb0c186868b9ac1b28..9ab874d370774d67e4c194f25e006e5922c68412 100755 (executable)
@@ -9,7 +9,7 @@ IN: adsoda
 ! --------------------------------------------------------------\r
 ! faces\r
 ! --------------------------------------------------------------\r
-ARTICLE: "face-page" "face in ADSODA"\r
+ARTICLE: "face-page" "Face in ADSODA"\r
 "explanation of faces"\r
 $nl\r
 "link to functions"\r
@@ -65,7 +65,7 @@ HELP: face-transform
 ! --------------------------------\r
 ! solid\r
 ! --------------------------------------------------------------\r
-ARTICLE: "solid-page" "solid in ADSODA"\r
+ARTICLE: "solid-page" "Solid in ADSODA"\r
 "explanation of solids"\r
 $nl\r
 "link to functions"\r
@@ -133,13 +133,13 @@ $nl
 \r
 HELP: subtract \r
 { $values { "solid1" "initial shape" } { "solid2" "shape to remove" } { "solids" "resulting shape" } }\r
-{ $description  " " } ;\r
+{ $description  "Substract solid2 from solid1" } ;\r
 \r
 \r
 ! --------------------------------------------------------------\r
 ! space \r
 ! --------------------------------------------------------------\r
-ARTICLE: "space-page" "space in ADSODA"\r
+ARTICLE: "space-page" "Space in ADSODA"\r
 "A space is a collection of solids and lights."\r
 $nl\r
 "link to functions"\r
@@ -211,7 +211,7 @@ HELP: space-project
 ! --------------------------------------------------------------\r
 ! 3D rendering\r
 ! --------------------------------------------------------------\r
-ARTICLE: "3D-rendering-page" "3D rendering in ADSODA"\r
+ARTICLE: "3D-rendering-page" "The 3D rendering in ADSODA"\r
 "explanation of 3D rendering"\r
 $nl\r
 "link to functions"\r
@@ -223,21 +223,21 @@ $nl
 \r
 HELP: face->GL \r
 { $values { "face" "a face" } { "color" "3 3 values array" } }\r
-{ $description "" } ;\r
+{ $description "display a face" } ;\r
 \r
 HELP: solid->GL \r
 { $values { "solid" "a solid" } }\r
-{ $description "" } ;\r
+{ $description "display a solid" } ;\r
 \r
 HELP: space->GL \r
 { $values { "space" "a space" } }\r
-{ $description "" } ;\r
+{ $description "display a space" } ;\r
 \r
 ! --------------------------------------------------------------\r
 ! light\r
 ! --------------------------------------------------------------\r
 \r
-ARTICLE: "light-page" "light in ADSODA"\r
+ARTICLE: "light-page" "Light in ADSODA"\r
 "explanation of light"\r
 $nl\r
 "link to functions"\r
@@ -274,7 +274,6 @@ ARTICLE: { "adsoda" "light" } "ADSODA : lights"
 \r
 \r
 ARTICLE: { "adsoda" "halfspace" } "ADSODA : halfspace"\r
-"! demi espace défini par un vecteur normal et une constante"\r
 " defined by the concatenation of the normal vector and a constant"  \r
  ;\r
 \r