[GRASSLIST:5357] d.3d

All,

is there a simple way to turn the background colour to white for a d.3d display?

thanks,

Rob


Dr Robert Hosfield
Postdoctoral Research Fellow
Department of Archaeology
University of Southampton
Avenue Campus
Highfield
Southampton
SO17 1BJ
Telephone: +44 (0)23 8059 6864
Mobile: 07940 815756
Fax: +44 (0)23 8059 3032
E-mail: rth1@soton.ac.uk
Webpage: http://www.soton.ac.uk/~rth1/index.html

Flat 3
Nelric House
106-108 Kent Road
St Denys
Southampton
SO17 2LH
Telephone: 023 8058 1069

Dr Rob Hosfield wrote:

is there a simple way to turn the background colour to white for a d.3d
display?

  d.erase white
  d.3d ...

Or did you mean something else?

--
Glynn Clements <glynn.clements@virgin.net>

As someone new to GRASS, v.digit looks pretty useful. If this is not the
appropriate place to stick wish list requests, can you let me know where?

I have just one request for additional functionality to v.digit (at this
stage :slight_smile:

With no digitiser attached (using mouse for input) the POINT mode is the
only input mode available.

What would be invaluable for my use (& hopefully others also think it a
good idea) would be the facility to choose KEYBOARD, so I can type in the
coords to use.

This can be emulated with a script to read the points into a sites file,
the convert to vector & run digit with snapping to these points to get the
mouse clicks to the desired location (rather than in the vicinity of the
desired location), but it would be nice if I could type in the desired
coords for locations in v.digit instead of using the mouse.

This could apply to point & line data, with the extra option of FILE as
well as keyboard, so a text file could be read for the coords instead of
the KEYBOARD (or MOUSE)

I believe this would provide a very flexible vector data entry/edit
facility & make v.digit even more useful.

Thanks,

  Brent Wood

As someone new to GRASS, v.digit looks pretty useful. If this is not the
appropriate place to stick wish list requests, can you let me know where?

http://grass.ibiblio.org/bugtracking/wish.html

What would be invaluable for my use (& hopefully others also think it a
good idea) would be the facility to choose KEYBOARD, so I can type in the
coords to use.

I've used v.in.ascii with much success.

I've got some matlab scripts which generate the ascii-vector files if anyone wants them, but the format is pretty simple.