C# Class VisualPOVRAY.Light.AreaLight

Inheritance: Light
Show file Open project: TheAwesomePossum/VisualPOVray

Public Properties

Property Type Description
widthLight int

Public Methods

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

Method Details

AreaLight() public method

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

render() public method

public render ( ) : List
return List

Property Details

widthLight public property

public int widthLight
return int