C# Class GravityTurn.AtmoVisualizer

Mostra file Open project: johnfink8/GravityTurn

Public Methods

Method Description
GenerateAtmoMap ( CelestialBody b, string filename ) : void
GenerateTempMap ( CelestialBody b, string filename ) : void

Private Methods

Method Description
Dot ( Texture2D texture, int size, int x, int y, Color color ) : void

Method Details

GenerateAtmoMap() public static method

public static GenerateAtmoMap ( CelestialBody b, string filename ) : void
b CelestialBody
filename string
return void

GenerateTempMap() public static method

public static GenerateTempMap ( CelestialBody b, string filename ) : void
b CelestialBody
filename string
return void