C# Class Hyperion.Core.Interfaces.AreaLight

Inheritance: ILight
Afficher le fichier Open project: Kintaro/Hyperion Class Usage Examples

Méthodes publiques

Méthode Description
AreaLight ( Transform lightToWorld, int ns ) : System
L ( Point p, Normal n, Vector w ) : Spectrum

Method Details

AreaLight() public méthode

public AreaLight ( Transform lightToWorld, int ns ) : System
lightToWorld Transform
ns int
Résultat System

L() public abstract méthode

public abstract L ( Point p, Normal n, Vector w ) : Spectrum
p Point
n Hyperion.Core.Geometry.Normal
w Hyperion.Core.Geometry.Vector
Résultat Spectrum