VTK
|
#include <vtkOBJImporterInternals.h>
Public Member Functions | |
const char * | GetClassName () |
vtkOBJImportedMaterial () | |
Public Attributes | |
std::string | name |
std::string | texture_filename |
double | amb [3] |
double | diff [3] |
double | spec [3] |
double | map_Kd_scale [3] |
double | map_Kd_offset [3] |
int | illum |
double | reflect |
double | refract |
double | trans |
double | specularPower |
double | glossy |
double | refract_index |
Definition at line 25 of file vtkOBJImporterInternals.h.
vtkOBJImportedMaterial::vtkOBJImportedMaterial | ( | ) |
|
inline |
Definition at line 41 of file vtkOBJImporterInternals.h.
std::string vtkOBJImportedMaterial::name |
Definition at line 27 of file vtkOBJImporterInternals.h.
std::string vtkOBJImportedMaterial::texture_filename |
Definition at line 28 of file vtkOBJImporterInternals.h.
double vtkOBJImportedMaterial::amb[3] |
Definition at line 29 of file vtkOBJImporterInternals.h.
double vtkOBJImportedMaterial::diff[3] |
Definition at line 30 of file vtkOBJImporterInternals.h.
double vtkOBJImportedMaterial::spec[3] |
Definition at line 31 of file vtkOBJImporterInternals.h.
double vtkOBJImportedMaterial::map_Kd_scale[3] |
Definition at line 32 of file vtkOBJImporterInternals.h.
double vtkOBJImportedMaterial::map_Kd_offset[3] |
Definition at line 33 of file vtkOBJImporterInternals.h.
int vtkOBJImportedMaterial::illum |
Definition at line 34 of file vtkOBJImporterInternals.h.
double vtkOBJImportedMaterial::reflect |
Definition at line 35 of file vtkOBJImporterInternals.h.
double vtkOBJImportedMaterial::refract |
Definition at line 36 of file vtkOBJImporterInternals.h.
double vtkOBJImportedMaterial::trans |
Definition at line 37 of file vtkOBJImporterInternals.h.
double vtkOBJImportedMaterial::specularPower |
Definition at line 38 of file vtkOBJImporterInternals.h.
double vtkOBJImportedMaterial::glossy |
Definition at line 39 of file vtkOBJImporterInternals.h.
double vtkOBJImportedMaterial::refract_index |
Definition at line 40 of file vtkOBJImporterInternals.h.