[GRASS-SVN] r36898 - grass/branches/releasebranch_6_4/vector/v.out.pov

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Apr 25 13:45:57 EDT 2009


Author: neteler
Date: 2009-04-25 13:45:57 -0400 (Sat, 25 Apr 2009)
New Revision: 36898

Modified:
   grass/branches/releasebranch_6_4/vector/v.out.pov/description.html
Log:
explain how to include the resulting file

Modified: grass/branches/releasebranch_6_4/vector/v.out.pov/description.html
===================================================================
--- grass/branches/releasebranch_6_4/vector/v.out.pov/description.html	2009-04-25 17:45:49 UTC (rev 36897)
+++ grass/branches/releasebranch_6_4/vector/v.out.pov/description.html	2009-04-25 17:45:57 UTC (rev 36898)
@@ -4,9 +4,14 @@
 
 <h2>EXAMPLE</h2>
 <div class="code"><pre>
-v.out.pov input=tin output=tin.pov objmod="pigment { color red 0 green 1 blue 0 }"
+v.out.pov input=vector3d output=vector3d.pov objmod="pigment { color red 0 green 1 blue 0 }"
 </pre></div>
 
+The generated file can be included in an existing .pov file with the following statement:
+<div class="code"><pre>
+#include "vector3d.pov"
+</pre></div>
+
 <H2>REFERENCES</H2>
 
 <a href="http://www.povray.com">POV-Ray</a>
@@ -14,7 +19,7 @@
 
 <h2>SEE ALSO</h2>
 
-<em><a HREF="r.out.pov.html">r.out.pov</a></em>,
+<em><a HREF="r.out.pov.html">r.out.pov</a></em>
 
 <h2>AUTHOR</h2>
 



More information about the grass-commit mailing list