C# 클래스 VisualPOVRAY.Blob

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

공개 프로퍼티들

프로퍼티 타입 설명
blob List
reactive bool
rot Point3
threshold Signal

공개 메소드들

메소드 설명
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

메소드 상세

Blob() 공개 메소드

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
리턴 System

add() 공개 메소드

public add ( PovObj obj ) : void
obj PovObj
리턴 void

render() 공개 메소드

public render ( ) : List
리턴 List

update() 공개 메소드

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

프로퍼티 상세

blob 공개적으로 프로퍼티

public List blob
리턴 List

reactive 공개적으로 프로퍼티

public bool reactive
리턴 bool

rot 공개적으로 프로퍼티

public Point3,VisualPOVRAY rot
리턴 Point3

threshold 공개적으로 프로퍼티

public Signal threshold
리턴 Signal