#include <EnergyCoatArch.h>
Inheritance diagram for EnergyCoatArch::Params:
Public Member Functions | |
Params () | |
Public Attributes | |
CoatType | coatType |
[PARTIAL_ENERGY] visualized type of energy coats | |
int | meshDensity |
[1] density of polygonal meshes | |
unsigned | lightMapResolution |
[32] resolution of light maps | |
int * | stopFlag |
[NULL] pointer to stop flag | |
DiffuseBRDF * | diffBRDF |
[NULL] default deffise BRDF | |
SpecularBRDF * | specBRDF |
[NULL] default specular BRDF |
Definition at line 27 of file EnergyCoatArch.h.
|
Reimplemented from Architecture::Params. Definition at line 32 of file EnergyCoatArch.h. |
|
[PARTIAL_ENERGY] visualized type of energy coats
Definition at line 28 of file EnergyCoatArch.h. Referenced by EnergyCoatArch::EnergyCoatArch(). |
|
[NULL] default deffise BRDF
Definition at line 31 of file Architecture.h. Referenced by Architecture::Architecture(). |
|
[32] resolution of light maps
Definition at line 30 of file EnergyCoatArch.h. Referenced by EnergyCoatArch::EnergyCoatArch(). |
|
[1] density of polygonal meshes
Definition at line 29 of file EnergyCoatArch.h. Referenced by EnergyCoatArch::EnergyCoatArch(). |
|
[NULL] default specular BRDF
Definition at line 32 of file Architecture.h. Referenced by Architecture::Architecture(). |
|
[NULL] pointer to stop flag
Definition at line 30 of file Architecture.h. Referenced by Architecture::Architecture(). |