NVIZ: Difference between revisions

From GRASS-Wiki
Jump to navigation Jump to search
(add text from http://grass.osgeo.org/nviz/index.html)
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 13: Line 13:


* {{cmd|d.nviz}} module help page (draw flightpaths for animations)
* {{cmd|d.nviz}} module help page (draw flightpaths for animations)
* {{cmd|m.nviz.image}} - a module to render NVIZ scenes directly from the command-line
* {{AddonCmd|d.anaglyph|version=6}} - an addon module to create [[Stereo anaglyphs]] in PNG format using NVIZ


* [[Help with 3D]] wiki page
* [[Help with 3D]] wiki page
Line 20: Line 24:
* [[wxNVIZ]] - next generation rewrite
* [[wxNVIZ]] - next generation rewrite


* {{cmd|nviz_cmd}} - experimental raw NVIZ-command line prototype
[[Category:NVIZ]]
[[Category:Visualization]]

Latest revision as of 02:49, 30 May 2013

NVIZ is a GRASS module which allows users to realistically render multiple surfaces in a 3D space, optionally using thematic coloring, draping GRASS vector files over the surfaces, and displaying GRASS site files either draped on the surfaces or as 3D point locations. The NVIZ code is part of the standard GRASS source code.

NVIZ is GRASS's n-dimensional visualization software

  • nviz module command line usage help
  • d.nviz module help page (draw flightpaths for animations)
  • m.nviz.image - a module to render NVIZ scenes directly from the command-line
  • wxNVIZ - next generation rewrite