C# 클래스 VisualPOVRAY.Light.AreaLight

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

공개 프로퍼티들

프로퍼티 타입 설명
widthLight int

공개 메소드들

메소드 설명
AreaLight ( Point3 loc, Point3 color, Point3 vector1, Point3 vector2, int widthLight, int heightLight, float fadeDist, float fadePower, System.Boolean shadows, System.Boolean interaction, System.Boolean atmosphere ) : System
render ( ) : List

메소드 상세

AreaLight() 공개 메소드

public AreaLight ( Point3 loc, Point3 color, Point3 vector1, Point3 vector2, int widthLight, int heightLight, float fadeDist, float fadePower, System.Boolean shadows, System.Boolean interaction, System.Boolean atmosphere ) : System
loc Point3
color Point3
vector1 Point3
vector2 Point3
widthLight int
heightLight int
fadeDist float
fadePower float
shadows System.Boolean
interaction System.Boolean
atmosphere System.Boolean
리턴 System

render() 공개 메소드

public render ( ) : List
리턴 List

프로퍼티 상세

widthLight 공개적으로 프로퍼티

public int widthLight
리턴 int