C# Class IrrlichtNETCP.Extensions.ATMOSphere

Inheritance: IrrlichtNETCP.Inheritable.ISceneNode
Afficher le fichier Open project: Paulus/irrlichtnetcp Class Usage Examples

Méthodes publiques

Свойство Type Description
AmbientLight IrrlichtNETCP.Colorf

Méthodes publiques

Méthode Description
ATMOSphere ( IrrlichtNETCP.Timer _timer, SceneNode parent, SceneManager mgr, int id ) : System
CreateLensflare ( Texture tex ) : SceneNode
CreateSkyPalette ( ) : void
DateToJulian ( ushort y, ushort m, ushort d, ushort h, ushort min ) : double
JulianToDate ( double x ) : void
SetStartTime ( ushort y, ushort m, ushort d, ushort h, ushort min ) : void
Update ( double realtime ) : void
prep_interpolation ( double Jdate, double time ) : void
saule ( double pl, double lw, double J ) : void

Private Methods

Méthode Description
getInterpolated3df ( IrrlichtNETCP.Vector3D from, IrrlichtNETCP.Vector3D to, float d ) : IrrlichtNETCP.Vector3D
round360 ( double angle ) : double

Method Details

ATMOSphere() public méthode

public ATMOSphere ( IrrlichtNETCP.Timer _timer, SceneNode parent, SceneManager mgr, int id ) : System
_timer IrrlichtNETCP.Timer
parent IrrlichtNETCP.SceneNode
mgr IrrlichtNETCP.SceneManager
id int
Résultat System

CreateLensflare() public méthode

public CreateLensflare ( Texture tex ) : SceneNode
tex IrrlichtNETCP.Texture
Résultat IrrlichtNETCP.SceneNode

CreateSkyPalette() public méthode

public CreateSkyPalette ( ) : void
Résultat void

DateToJulian() public méthode

public DateToJulian ( ushort y, ushort m, ushort d, ushort h, ushort min ) : double
y ushort
m ushort
d ushort
h ushort
min ushort
Résultat double

JulianToDate() public méthode

public JulianToDate ( double x ) : void
x double
Résultat void

SetStartTime() public méthode

public SetStartTime ( ushort y, ushort m, ushort d, ushort h, ushort min ) : void
y ushort
m ushort
d ushort
h ushort
min ushort
Résultat void

Update() public méthode

public Update ( double realtime ) : void
realtime double
Résultat void

prep_interpolation() public méthode

public prep_interpolation ( double Jdate, double time ) : void
Jdate double
time double
Résultat void

saule() public méthode

public saule ( double pl, double lw, double J ) : void
pl double
lw double
J double
Résultat void

Property Details

AmbientLight public_oe property

public Colorf,IrrlichtNETCP AmbientLight
Résultat IrrlichtNETCP.Colorf