C# Class VisualPOVRAY.WaveTexture

Inheritance: PovTexture
显示文件 Open project: TheAwesomePossum/VisualPOVray

Public Methods

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

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

render() public method

public render ( ) : List
return List

update() public method

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