From 0ea5fc66924303d1bf73ba283a383e2aadee02f2 Mon Sep 17 00:00:00 2001 From: neodarz Date: Sat, 11 Aug 2018 20:21:34 +0200 Subject: Initial commit --- .../classNL3D_1_1CMeshGeom_1_1CMatrixBlock.html | 251 +++++++++++++++++++++ 1 file changed, 251 insertions(+) create mode 100644 docs/doxygen/nel/classNL3D_1_1CMeshGeom_1_1CMatrixBlock.html (limited to 'docs/doxygen/nel/classNL3D_1_1CMeshGeom_1_1CMatrixBlock.html') diff --git a/docs/doxygen/nel/classNL3D_1_1CMeshGeom_1_1CMatrixBlock.html b/docs/doxygen/nel/classNL3D_1_1CMeshGeom_1_1CMatrixBlock.html new file mode 100644 index 00000000..07430a7a --- /dev/null +++ b/docs/doxygen/nel/classNL3D_1_1CMeshGeom_1_1CMatrixBlock.html @@ -0,0 +1,251 @@ + + + + nevrax.org : docs + + + + + + + + + + + + + + +
# 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: + + + +
                                                                                                                                                                    +
+ + -- cgit v1.2.1