GRASS logo

NAME

v.out.pov

DESCRIPTION

v.out.pov converts GRASS vector data to POV-Ray format (www.povray.com)

EXAMPLE

v.out.pov input=vector3d output=vector3d.pov objmod="pigment { color red 0 green 1 blue 0 }"
The generated file can be included in an existing .pov file with the following statement:
#include "vector3d.pov"

REFERENCES

POV-Ray

SEE ALSO

r.out.pov

AUTHOR

Radim Blazek, ITC-Irst, Trento, Italy

Last changed: $Date: 2011-11-08 10:42:51 +0100 (Tue, 08 Nov 2011) $


Main index - vector index - Full index

© 2003-2014 GRASS Development Team