C# Class VisualPOVRAY.WaveTexture

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

Méthodes publiques

Méthode Description
WaveTexture ( String color1, String color2, float scale = .1f, Signal rscale = null, bool reactive = false ) : System
render ( ) : List
update ( float time ) : void

Method Details

WaveTexture() public méthode

public WaveTexture ( String color1, String color2, float scale = .1f, Signal rscale = null, bool reactive = false ) : System
color1 String
color2 String
scale float
rscale Signal
reactive bool
Résultat System

render() public méthode

public render ( ) : List
Résultat List

update() public méthode

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