C# Class VisualPOVRAY.Camera

Inheritance: PovObj
Show file Open project: TheAwesomePossum/VisualPOVray Class Usage Examples

Public Methods

Method 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 method

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
return System

changeView() public method

public changeView ( Point3 look_at ) : void
look_at Point3
return void

move() public method

public move ( Point3 loc ) : void
loc Point3
return void

render() public method

public render ( ) : List
return List

update() public method

public update ( float time ) : void
time float
return void