C# Class VisualPOVRAY.Light.SpotLight

Inheritance: Light
Exibir arquivo Open project: TheAwesomePossum/VisualPOVray

Public Properties

Property Type Description
radius float

Public Methods

Method Description
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

Method Details

SpotLight() public method

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
return System

render() public method

public render ( ) : List
return List

Property Details

radius public_oe property

public float radius
return float