C# Class VisualPOVRAY.Blob

Inheritance: PovObj
Exibir arquivo Open project: TheAwesomePossum/VisualPOVray

Public Properties

Property Type Description
blob List
reactive bool
rot Point3
threshold Signal

Public Methods

Method Description
Blob ( float threshold = .06f, Point3 rotate = null, Point3 translate = null, List blob = null, bool reactive = false, Signal rthresh = null ) : System
add ( PovObj obj ) : void
render ( ) : List
update ( float time ) : void

Method Details

Blob() public method

public Blob ( float threshold = .06f, Point3 rotate = null, Point3 translate = null, List blob = null, bool reactive = false, Signal rthresh = null ) : System
threshold float
rotate Point3
translate Point3
blob List
reactive bool
rthresh Signal
return System

add() public method

public add ( PovObj obj ) : void
obj PovObj
return void

render() public method

public render ( ) : List
return List

update() public method

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

Property Details

blob public_oe property

public List blob
return List

reactive public_oe property

public bool reactive
return bool

rot public_oe property

public Point3,VisualPOVRAY rot
return Point3

threshold public_oe property

public Signal threshold
return Signal