C# 클래스 VisualPOVRAY.LeopardTexture

상속: PovTexture
파일 보기 프로젝트 열기: TheAwesomePossum/VisualPOVray

공개 메소드들

메소드 설명
LeopardTexture ( String color1, String color2, String color3, float scale = .3f, Signal rscale = null, float turbulence = .5f, Signal rturbulence = null, bool reactive = false ) : System
render ( ) : List
update ( float time ) : void

메소드 상세

LeopardTexture() 공개 메소드

public LeopardTexture ( String color1, String color2, String color3, float scale = .3f, Signal rscale = null, float turbulence = .5f, Signal rturbulence = null, bool reactive = false ) : System
color1 String
color2 String
color3 String
scale float
rscale Signal
turbulence float
rturbulence Signal
reactive bool
리턴 System

render() 공개 메소드

public render ( ) : List
리턴 List

update() 공개 메소드

public update ( float time ) : void
time float
리턴 void