![]() |
VR-Forces 4.7 Class Documentation
|
DtMaterial class declaration. More...
Go to the source code of this file.
Classes | |
| class | makVrv::DtMaterial |
| structure that is packed for consumption by GPU for indirect rendering contains the material properties for a single geometry Each 'model' can have multiple multiple geometries The layout of this class matches the equivalent structure in the indirect rendering shaders. More... | |
Namespaces | |
| namespace | makVrv |
| Contains DtGameControllerInformation class. | |
Typedefs | |
| typedef std::vector< DtMaterial > | makVrv::VectorMaterials |
| Each model type can have a number of geometries, each with an own material. | |
Functions | |
| DT_DLL_VRVINDIRECTRENDERING std::ostream & | makVrv::operator<< (std::ostream &o, const DtMaterial &material) |
DtMaterial class declaration.