![]() |
VR-Forces 4.7 Class Documentation
|
Contains makVrv::DtInstanceContainer. More...
Go to the source code of this file.
Classes | |
| class | makVrv::DtInstanceContainer |
| Helper class to manage instances This class allows you to add a DtInstance_64 Internally, however it stores this as a DtInstance (which the GPU can directly read) You must not derive from this class or declare virtual methods on this class, since this will affect the layout of an object of this class, and hence affect what the GPU expects. More... | |
Namespaces | |
| namespace | makVrv |
| Contains DtGameControllerInformation class. | |
Typedefs | |
| typedef std::vector< Matrix4_64 > | makVrv::VectorMatrix4_64 |
Contains makVrv::DtInstanceContainer.