C# Class VisualPOVRAY.Blob

Inheritance: PovObj
Afficher le fichier Open project: TheAwesomePossum/VisualPOVray

Méthodes publiques

Свойство Type Description
blob List
reactive bool
rot Point3
threshold Signal

Méthodes publiques

Méthode 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 méthode

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
Résultat System

add() public méthode

public add ( PovObj obj ) : void
obj PovObj
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

Property Details

blob public_oe property

public List blob
Résultat List

reactive public_oe property

public bool reactive
Résultat bool

rot public_oe property

public Point3,VisualPOVRAY rot
Résultat Point3

threshold public_oe property

public Signal threshold
Résultat Signal