Public Member Functions | |
| GraphicsState () | |
Public Attributes | |
| map< string, Reference < Texture< float > > > | floatTextures |
| map< string, Reference < Texture< Spectrum > > > | spectrumTextures |
| ParamSet | materialParams |
| string | material |
| ParamSet | areaLightParams |
| string | areaLight |
| bool | reverseOrientation |
Definition at line 89 of file api.cpp.
| GraphicsState::GraphicsState | ( | ) |
Definition at line 103 of file api.cpp.
References material, and reverseOrientation.
Referenced by pbrtInit().
| map<string, Reference<Texture<float> > > GraphicsState::floatTextures |
| map<string, Reference<Texture<Spectrum> > > GraphicsState::spectrumTextures |
| string GraphicsState::material |
Definition at line 98 of file api.cpp.
Referenced by GraphicsState(), pbrtMaterial(), and pbrtShape().
| string GraphicsState::areaLight |
Definition at line 101 of file api.cpp.
Referenced by GraphicsState(), pbrtReverseOrientation(), and pbrtShape().
1.5.6