C# Class VisualPOVRAY.Camera

Inheritance: PovObj
Afficher le fichier Open project: TheAwesomePossum/VisualPOVray Class Usage Examples

Méthodes publiques

Méthode Description
Camera ( Point3 location = null, Point3 look_at = null, float bumps = 0.0f, Signal bumpsr = null, String mesh = null, Signal meshr = null, bool reactive = false ) : System
changeView ( Point3 look_at ) : void
move ( Point3 loc ) : void
render ( ) : List
update ( float time ) : void

Method Details

Camera() public méthode

public Camera ( Point3 location = null, Point3 look_at = null, float bumps = 0.0f, Signal bumpsr = null, String mesh = null, Signal meshr = null, bool reactive = false ) : System
location Point3
look_at Point3
bumps float
bumpsr Signal
mesh String
meshr Signal
reactive bool
Résultat System

changeView() public méthode

public changeView ( Point3 look_at ) : void
look_at Point3
Résultat void

move() public méthode

public move ( Point3 loc ) : void
loc Point3
Résultat void

render() public méthode

public render ( ) : List
Résultat List

update() public méthode

public update ( float time ) : void
time float
Résultat void