C# 클래스 VisualPOVRAY.Light.SpotLight

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

공개 프로퍼티들

프로퍼티 타입 설명
radius float

공개 메소드들

메소드 설명
SpotLight ( Point3 loc, Point3 color, float radius, float falloff, float tightness, Point3 pointAt, float fadeDist, float fadePower, System.Boolean shadows, System.Boolean interaction, System.Boolean atmosphere ) : System
render ( ) : List

메소드 상세

SpotLight() 공개 메소드

public SpotLight ( Point3 loc, Point3 color, float radius, float falloff, float tightness, Point3 pointAt, float fadeDist, float fadePower, System.Boolean shadows, System.Boolean interaction, System.Boolean atmosphere ) : System
loc Point3
color Point3
radius float
falloff float
tightness float
pointAt Point3
fadeDist float
fadePower float
shadows System.Boolean
interaction System.Boolean
atmosphere System.Boolean
리턴 System

render() 공개 메소드

public render ( ) : List
리턴 List

프로퍼티 상세

radius 공개적으로 프로퍼티

public float radius
리턴 float