Package worldBuilder
Class AltitudeMap
- java.lang.Object
-
- worldBuilder.AltitudeMap
-
public class AltitudeMap extends java.lang.Objecta class to render the world mesh as a 2D brightness-for-altitude image
-
-
Constructor Summary
Constructors Constructor Description AltitudeMap(Map map)instantiate a (brightness) height map renderer
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidpaint(java.awt.Graphics g, int width, int height, int cellWidth)Render current mesh as an altitude map
-
-
-
Constructor Detail
-
AltitudeMap
public AltitudeMap(Map map)
instantiate a (brightness) height map renderer- Parameters:
map- to be rendered
-
-