VR-Forces 4.8 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, a transform, and the lod information The DtInstance_64 has full 64 bit precision xform. More...

Public Member Functions

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

Public Attributes

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

Detailed Description

Notion of an 'CPU' instance An DtInstance_64 has a model id, a transform, and the lod information 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 indirect geometry relative way

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 Aug 27 10:56:05 EDT 2020 from SVN revision 217100
Copyright © 2005-2020 MAK Technologies. All Rights Reserved (www.mak.com)