C# Class Category5.MegaTileLOD

Exibir arquivo Open project: AnyKey/tojam4

Public Properties

Property Type Description
current float
high int
lookupTable List
low int

Public Methods

Method Description
GenerateLUT ( int limit ) : void
MegaTileLOD ( int low, float current, int high ) : System
getRangePow2 ( float current ) : MegaTileLOD

Method Details

GenerateLUT() public static method

public static GenerateLUT ( int limit ) : void
limit int
return void

MegaTileLOD() public method

public MegaTileLOD ( int low, float current, int high ) : System
low int
current float
high int
return System

getRangePow2() public static method

public static getRangePow2 ( float current ) : MegaTileLOD
current float
return MegaTileLOD

Property Details

current public_oe property

public float current
return float

high public_oe property

public int high
return int

lookupTable public_oe static_oe property

public static List lookupTable
return List

low public_oe property

public int low
return int