#include <Donnees.h>
Graphe de collaboration de Light:
Fonctions membres publiques | |
Light () | |
Light (const Light &light) | |
Light & | operator= (const Light &light) |
~Light () | |
Attributs publics | |
Couleur | _amb |
Composante ambiante. | |
Couleur | _diff |
Composante diffuse. | |
Couleur | _spec |
Composante speculaire. | |
Coord | _pos |
Position. | |
float | _alpha |
Alpha. |
Définition à la ligne 319 du fichier Donnees.h.
Light::Light | ( | const Light & | light | ) | [inline] |
Composante ambiante.
Définition à la ligne 324 du fichier Donnees.h.
Référencé par Light(), et operator=().
Composante diffuse.
Définition à la ligne 327 du fichier Donnees.h.
Référencé par Light(), et operator=().
Composante speculaire.
Définition à la ligne 330 du fichier Donnees.h.
Référencé par Light(), et operator=().
float Light::_alpha |