.TH v.out.pov 1grass "" "GRASS 6.4.2" "Grass User's Manual" .SH NAME \fI\fBv.out.pov\fR\fR - Converts to POV-Ray format, GRASS x,y,z -> POV-Ray x,z,y .SH KEYWORDS vector, export .SH SYNOPSIS \fBv.out.pov\fR .br \fBv.out.pov help\fR .br \fBv.out.pov input\fR=\fIname\fR [\fBtype\fR=\fIstring\fR[,\fIstring\fR,...]] \fBoutput\fR=\fIstring\fR [\fBsize\fR=\fIstring\fR] [\fBzmod\fR=\fIstring\fR] [\fBobjmod\fR=\fIstring\fR] [--\fBverbose\fR] [--\fBquiet\fR] .SS Parameters: .IP "\fBinput\fR=\fIname\fR" 4m .br Name of input vector map .IP "\fBtype\fR=\fIstring[,\fIstring\fR,...]\fR" 4m .br Feature type .br Options: \fIpoint,centroid,line,boundary,area,face,kernel\fR .br Default: \fIpoint,line,area,face\fR .IP "\fBoutput\fR=\fIstring\fR" 4m .br Output file .IP "\fBsize\fR=\fIstring\fR" 4m .br Radius of sphere for points and tube for lines. May be also variable, e.g. grass_r. .br Default: \fI10\fR .IP "\fBzmod\fR=\fIstring\fR" 4m .br Modifier for z coordinates, this string is appended to each z coordinate. .br Examples: '*10', '+1000', '*10+100', '*exaggeration' .br Default: \fI\fR .IP "\fBobjmod\fR=\fIstring\fR" 4m .br Object modifier (OBJECT_MODIFIER in POV-Ray documentation). .br Example: "pigment { color red 0 green 1 blue 0 }" .br Default: \fI\fR .PP .SH DESCRIPTION \fIv.out.pov\fR converts GRASS vector data to POV-Ray format (www.povray.com) .SH EXAMPLE \fC .DS .br v.out.pov input=vector3d output=vector3d.pov objmod="pigment { color red 0 green 1 blue 0 }" .br .DE \fR The generated file can be included in an existing .pov file with the following statement: \fC .DS .br #include "vector3d.pov" .br .DE \fR .SH REFERENCES POV-Ray .SH SEE ALSO \fIr.out.pov\fR .SH AUTHOR Radim Blazek, ITC-Irst, Trento, Italy .PP \fILast changed: $Date: 2011-11-08 10:42:51 +0100 (Tue, 08 Nov 2011) $\fR .PP Full index .PP © 2003-2011 GRASS Development Team