C# Class Category5.MegaTileLOD

Afficher le fichier Open project: AnyKey/tojam4

Méthodes publiques

Свойство Type Description
current float
high int
lookupTable List
low int

Méthodes publiques

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

Method Details

GenerateLUT() public static méthode

public static GenerateLUT ( int limit ) : void
limit int
Résultat void

MegaTileLOD() public méthode

public MegaTileLOD ( int low, float current, int high ) : System
low int
current float
high int
Résultat System

getRangePow2() public static méthode

public static getRangePow2 ( float current ) : MegaTileLOD
current float
Résultat MegaTileLOD

Property Details

current public_oe property

public float current
Résultat float

high public_oe property

public int high
Résultat int

lookupTable public_oe static_oe property

public static List lookupTable
Résultat List

low public_oe property

public int low
Résultat int