C# Class VisualPOVRAY.Light.SpotLight

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

Méthodes publiques

Свойство Type Description
radius float

Méthodes publiques

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

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

render() public méthode

public render ( ) : List
Résultat List

Property Details

radius public_oe property

public float radius
Résultat float