1v.out.pov(1)                  Grass User's Manual                 v.out.pov(1)
2
3
4

NAME

6       v.out.pov  - Convert to POV-Ray format, GRASS x,y,z -> POV-Ray x,z,y
7

KEYWORDS

9       vector, export
10

SYNOPSIS

12       v.out.pov
13       v.out.pov help
14       v.out.pov    input=name     [type=string[,string,...]]    output=string
15       [size=string]   [zmod=string]   [objmod=string]
16
17   Parameters:
18       input=name
19           Name of input vector map
20
21       type=string[,string,...]
22           Type     Options:     point,centroid,line,boundary,area,face,kernel
23           Default: point,line,area,face
24
25       output=string
26           Output file
27
28       size=string
29           Radius  of  sphere for points and tube for lines. May be also vari‐
30           able, e.g. grass_r.  Default: 10
31
32       zmod=string
33           Modifier for z coordinates, this string is appended to each z coor‐
34           dinate.
35                     Examples:   '*10',  '+1000',  '*10+100',  '*exaggeration'
36           Default:
37
38       objmod=string
39           Object modifier (OBJECT_MODIFIER in POV-Ray documentation).
40                     Example: "pigment {  color  red  0  green  1  blue  0  }"
41           Default:
42

DESCRIPTION

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

EXAMPLE

47
48       v.out.pov  input=tin output=tin.pov objmod="pigment { color red 0 green
49       1 blue 0 }"
50
51

REFERENCES

53       POV-Ray
54

SEE ALSO

56       r.out.pov,
57

AUTHOR

59       Radim Blazek, ITC-Irst, Trento, Italy
60
61       Last changed: $Date: 2006/01/02 14:44:52 $
62
63       Full index
64
65
66
67GRASS 6.2.2                                                       v.out.pov(1)
Impressum