# Home    # nevrax.com   
Nevrax
Nevrax.org
#News
#Mailing-list
#Documentation
#CVS
#Bugs
#License
Docs
 
Documentation  
Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages   Search  

NL3D::CRawSkinNormalCache Class Reference

The array per lod. More...

#include <raw_skin.h>

List of all members.

Public Methods

void clearArrays ()

Public Attributes

NLMISC::CObjectVector< CRawVertexNormalSkin1,
false > 
Vertices1
NLMISC::CObjectVector< CRawVertexNormalSkin2,
false > 
Vertices2
NLMISC::CObjectVector< CRawVertexNormalSkin4,
false > 
Vertices3
NLMISC::CObjectVector< CRawVertexNormalSkin4,
false > 
Vertices4
sint LodId
 What RawSkin lod this cache represent. -1 if NULL. More...

uint MeshDataId
 To see if same Data than in the CMeshMRMGeom. More...


Detailed Description

The array per lod.

Definition at line 79 of file raw_skin.h.


Member Function Documentation

void NL3D::CRawSkinNormalCache::clearArrays  
 

Definition at line 35 of file raw_skin.cpp.

References NLMISC::CObjectVector< CRawVertexNormalSkin4, false >::clear, NLMISC::CObjectVector< CRawVertexNormalSkin2, false >::clear, NLMISC::CObjectVector< CRawVertexNormalSkin1, false >::clear, Vertices1, Vertices2, Vertices3, and Vertices4.


Member Data Documentation

sint NL3D::CRawSkinNormalCache::LodId
 

What RawSkin lod this cache represent. -1 if NULL.

Definition at line 92 of file raw_skin.h.

uint NL3D::CRawSkinNormalCache::MeshDataId
 

To see if same Data than in the CMeshMRMGeom.

Definition at line 94 of file raw_skin.h.

NLMISC::CObjectVector<CRawVertexNormalSkin1, false> NL3D::CRawSkinNormalCache::Vertices1
 

Definition at line 83 of file raw_skin.h.

Referenced by clearArrays.

NLMISC::CObjectVector<CRawVertexNormalSkin2, false> NL3D::CRawSkinNormalCache::Vertices2
 

Definition at line 85 of file raw_skin.h.

Referenced by clearArrays.

NLMISC::CObjectVector<CRawVertexNormalSkin4, false> NL3D::CRawSkinNormalCache::Vertices3
 

Definition at line 87 of file raw_skin.h.

Referenced by clearArrays.

NLMISC::CObjectVector<CRawVertexNormalSkin4, false> NL3D::CRawSkinNormalCache::Vertices4
 

Definition at line 89 of file raw_skin.h.

Referenced by clearArrays.


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