# 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::CMeshGeom::CMatrixBlock Class Reference

A block of RdrPasses, sorted by matrix use. More...

List of all members.

Public Methods

void serial (NLMISC::IStream &f)
sint getMatrixIdLocation (uint32 boneId) const
 return the idx of this bone, in MatrixId. -1 if not found. More...


Public Attributes

uint32 MatrixId [IDriver::MaxModelMatrix]
 Which matrix we use for this block. More...

uint32 NumMatrix
 Number of matrix actually used. More...

std::vector< CRdrPassRdrPass
 List of rdr pass, for this matrix block. More...


Detailed Description

A block of RdrPasses, sorted by matrix use.

Definition at line 492 of file mesh.h.


Member Function Documentation

sint NL3D::CMeshGeom::CMatrixBlock::getMatrixIdLocation uint32    boneId const
 

return the idx of this bone, in MatrixId. -1 if not found.

Definition at line 1390 of file mesh.cpp.

References MatrixId, and NumMatrix.

void NL3D::CMeshGeom::CMatrixBlock::serial NLMISC::IStream   f [inline]
 

Definition at line 502 of file mesh.h.

References MatrixId, nlassert, NumMatrix, RdrPass, NLMISC::IStream::serial, NLMISC::IStream::serialCont, and NLMISC::IStream::serialVersion.


Member Data Documentation

uint32 NL3D::CMeshGeom::CMatrixBlock::MatrixId[IDriver::MaxModelMatrix]
 

Which matrix we use for this block.

Definition at line 496 of file mesh.h.

Referenced by getMatrixIdLocation, and serial.

uint32 NL3D::CMeshGeom::CMatrixBlock::NumMatrix
 

Number of matrix actually used.

Definition at line 498 of file mesh.h.

Referenced by getMatrixIdLocation, and serial.

std::vector<CRdrPass> NL3D::CMeshGeom::CMatrixBlock::RdrPass
 

List of rdr pass, for this matrix block.

Definition at line 500 of file mesh.h.

Referenced by serial.


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