[GRASS-SVN] r36896 - grass/trunk/vector/v.out.pov
svn_grass at osgeo.org
svn_grass at osgeo.org
Sat Apr 25 13:45:30 EDT 2009
Author: neteler
Date: 2009-04-25 13:45:30 -0400 (Sat, 25 Apr 2009)
New Revision: 36896
Modified:
grass/trunk/vector/v.out.pov/v.out.pov.html
Log:
explain how to include the resulting file
Modified: grass/trunk/vector/v.out.pov/v.out.pov.html
===================================================================
--- grass/trunk/vector/v.out.pov/v.out.pov.html 2009-04-25 17:07:30 UTC (rev 36895)
+++ grass/trunk/vector/v.out.pov/v.out.pov.html 2009-04-25 17:45:30 UTC (rev 36896)
@@ -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