C# Class VisualPOVRAY.Light.AreaLight

Inheritance: Light
Afficher le fichier Open project: TheAwesomePossum/VisualPOVray

Méthodes publiques

Свойство Type Description
widthLight int

Méthodes publiques

Méthode 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 méthode

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
Résultat System

render() public méthode

public render ( ) : List
Résultat List

Property Details

widthLight public_oe property

public int widthLight
Résultat int