Differences between revisions 1 and 2
Revision 1 as of 2018-08-09 15:36:16
Size: 277
Editor: JohnWeirich
Comment:
Revision 2 as of 2019-01-23 14:39:00
Size: 598
Editor: EricPalmer
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
Asks for maplet name [6 char]. Then asks for sun position as a vector in x,y,z coordinates from center of map (i.e. South, East, Height), and then the viewing slant angle. For sun angle, 0 0 1 should be noon, while 0 1 1 should put the sun directly east at a 45 degree angle. = view_map_rgb =

== Description ==
'''view_map_rgb''' takes a bigmap and renders it based on illumination and viewing geometry.



== Input Files ==

A single bigmap is required


== Output Files ==

It creates [[view.ppm]], that is a red/blue stereo pair image.




== Procedures ==


Asks for maplet name [6 char].

Then asks for sun position as a vector in x,y,z coordinates from center of map (i.e. South, East, Height), and then the viewing slant angle.

For sun angle, 0 0 1 should be noon, while 0 1 1 should put the sun directly east at a 45 degree angle.

view_map_rgb

Description

view_map_rgb takes a bigmap and renders it based on illumination and viewing geometry.

Input Files

A single bigmap is required

Output Files

It creates view.ppm, that is a red/blue stereo pair image.

Procedures

Asks for maplet name [6 char].

Then asks for sun position as a vector in x,y,z coordinates from center of map (i.e. South, East, Height), and then the viewing slant angle.

For sun angle, 0 0 1 should be noon, while 0 1 1 should put the sun directly east at a 45 degree angle.

view_map_rgb (last edited 2019-01-23 14:39:00 by EricPalmer)