C# 클래스 VisualPOVRAY.Camera

상속: PovObj
파일 보기 프로젝트 열기: TheAwesomePossum/VisualPOVray 1 사용 예제들

공개 메소드들

메소드 설명
Camera ( Point3 location = null, Point3 look_at = null, float bumps = 0.0f, Signal bumpsr = null, String mesh = null, Signal meshr = null, bool reactive = false ) : System
changeView ( Point3 look_at ) : void
move ( Point3 loc ) : void
render ( ) : List
update ( float time ) : void

메소드 상세

Camera() 공개 메소드

public Camera ( Point3 location = null, Point3 look_at = null, float bumps = 0.0f, Signal bumpsr = null, String mesh = null, Signal meshr = null, bool reactive = false ) : System
location Point3
look_at Point3
bumps float
bumpsr Signal
mesh String
meshr Signal
reactive bool
리턴 System

changeView() 공개 메소드

public changeView ( Point3 look_at ) : void
look_at Point3
리턴 void

move() 공개 메소드

public move ( Point3 loc ) : void
loc Point3
리턴 void

render() 공개 메소드

public render ( ) : List
리턴 List

update() 공개 메소드

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