VR-Forces 4.6 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Public Member Functions | Public Attributes
makVrv::DtInstance_64 Class Reference

Notion of an 'CPU' instance An DtInstance_64 has a model id and a transform. More...

Public Member Functions

 DtInstance_64 ()
 CTOR.
 DtInstance_64 (int modelId, const Matrix4_64 &xform)
 CTOR.

Public Attributes

int myModelId
 The model id of this instance.
Matrix4_64 myXForm
 The transform of this instance.

Detailed Description

Notion of an 'CPU' instance An DtInstance_64 has a model id and a transform.

The DtInstance_64 has full 64 bit precision xform. Therefore, it cannot be stored directly on the GPU (since GPU can work only with 32 bits) We can use DtInstance_64 to make a DtInstance, though, by expressing its transform in a camera relative way, using 2 floats to represent 64 bits, etc.

Constructor & Destructor Documentation

makVrv::DtInstance_64::DtInstance_64 ( )

CTOR.

makVrv::DtInstance_64::DtInstance_64 ( int  modelId,
const Matrix4_64 xform 
)

CTOR.

Member Data Documentation

int makVrv::DtInstance_64::myModelId

The model id of this instance.

Matrix4_64 makVrv::DtInstance_64::myXForm

The transform of this instance.


The documentation for this class was generated from the following file:

Document ID: Generated on Thu Apr 12 03:15:37 EDT 2018 from SVN revision 187986
Copyright © 2005-2018 VT MÄK. All Rights Reserved (www.mak.com)