NVIZ: Difference between revisions

From GRASS-Wiki
Jump to navigation Jump to search
mNo edit summary
No edit summary
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
[[Image:Olympus_mons-medium.jpg|right]]
[[Image:Olympus_mons-medium.jpg|right]]


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 is GRASS's ''n''-dimensional visualization software


* {{cmd|nviz}} module command line usage help
* {{cmd|nviz}} module command line usage help
Line 12: 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 18: Line 23:


* [[wxNVIZ]] - next generation rewrite
* [[wxNVIZ]] - next generation rewrite
[[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