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

Notion of an lod; essentially an id A 'model' is made up of multiple lods, each with an unique id within the model. More...

Public Member Functions

 DtLodId ()
 CTOR.
virtual int id (void) const
 Get/Set the internal id.
virtual void setId (int id)

Protected Attributes

int myId

Detailed Description

Notion of an lod; essentially an id A 'model' is made up of multiple lods, each with an unique id within the model.

Objects of this class can be read directly by the GPU/shaders Therefore, you must not derive from this class or declare virtual methods on this class or add memmbers, since this will affect the layout of an object of this class, and hence affect what the GPU expects

Constructor & Destructor Documentation

makVrv::DtLodId::DtLodId ( )

CTOR.

Member Function Documentation

virtual int makVrv::DtLodId::id ( void  ) const
virtual

Get/Set the internal id.

virtual void makVrv::DtLodId::setId ( int  id)
virtual

Member Data Documentation

int makVrv::DtLodId::myId
protected

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

Document ID: Generated on Fri Apr 26 21:53:14 EDT 2019 from SVN revision 197883
Copyright © 2005-2019 VT MAK. All Rights Reserved (www.mak.com)