~ubuntu-branches/ubuntu/precise/grass/precise

« back to all changes in this revision

Viewing changes to visualization/nviz2/cmd/local_proto.h

  • Committer: Bazaar Package Importer
  • Author(s): Francesco Paolo Lovergine
  • Date: 2011-04-13 17:08:41 UTC
  • mfrom: (8.1.7 sid)
  • Revision ID: james.westby@ubuntu.com-20110413170841-ss1t9bic0d0uq0gz
Tags: 6.4.1-1
* New upstream version.
* Now build-dep on libjpeg-dev and current libreadline6-dev.
* Removed patch swig: obsolete.
* Policy bumped to 3.9.2, without changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
    struct Option 
12
12
    /* surface */
13
13
    *elev_map, *elev_const, *color_map, *color_const,
14
 
      *mask_map, *transp_map, *transp_const, *shine_map, *shine_const,
15
 
      *emit_map, *emit_const,
 
14
        *mask_map, *transp_map, *transp_const, *shine_map, *shine_const,
 
15
        *emit_map, *emit_const,
16
16
    /* surface draw mode */
17
 
      *mode, *res_fine, *res_coarse, *style, *shade, *wire_color, *surface_pos,
 
17
        *mode, *res_fine, *res_coarse, *style, *shade, *wire_color, *surface_pos,
18
18
    /* vector lines */
19
 
      *vlines, *vline_width, *vline_color, *vline_mode, *vline_height, *vline_pos,
 
19
        *vlines, *vline_width, *vline_color, *vline_mode, *vline_height, *vline_pos,
20
20
    /* vector points */
21
 
      *vpoints, *vpoint_size, *vpoint_marker, *vpoint_color, *vpoint_width, *vpoint_pos,
 
21
        *vpoints, *vpoint_size, *vpoint_marker, *vpoint_color, *vpoint_width, *vpoint_pos,
22
22
    /* volumes */
23
 
      *volume, *volume_mode, *volume_shade, *volume_pos, *volume_res, *isosurf_level,
 
23
        *volume, *volume_mode, *volume_shade, *volume_pos, *volume_res, *isosurf_level,
24
24
    /* misc */
25
 
      *exag, *bgcolor,
 
25
        *exag, *bgcolor,
26
26
    /* viewpoint */
27
 
      *pos, *height, *persp, *twist,
 
27
        *pos, *height, *persp, *twist,
28
28
    /* output */
29
 
      *output, *format, *size;
 
29
        *output, *format, *size,
 
30
    /* lighting */
 
31
        *light_pos, *light_color, *light_bright, *light_ambient,
 
32
    /* fringe */
 
33
        *fringe, *fringe_color, *fringe_elev;
30
34
};
31
35
 
32
36
/* args.c */