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

mesh_mrm_skin_template.cpp File Reference

File not compiled. +More... +

+ +

+Go to the source code of this file. + + + + + + + + + + +

Defines

#define NL_SKIN_MATRIX_ARRAY   vector<CMatrix3x4>
#define NL3D_RAWSKIN_NORMAL_OFF   12
#define NL_SKIN_MATRIX_ARRAY   CMatrix3x4SSEArray
#define NL3D_RAWSKIN_NORMAL_OFF   12
#define NL_SKIN_MATRIX_ARRAY   vector<CMatrix3x4>
#define NL3D_RAWSKIN_NORMAL_OFF   12

Functions

void applyArraySkinNormalT (uint numMatrixes, uint32 *infPtr, CMesh::CSkinWeight *srcSkinPtr, CVector *srcVertexPtr, CVector *srcNormalPtr, uint normalOff, uint8 *destVertexPtr, vector< CMatrix3x4 > &boneMat3x4, uint vertexSize, uint nInf)
void applyArraySkinTangentSpaceT (uint numMatrixes, uint32 *infPtr, CMesh::CSkinWeight *srcSkinPtr, CVector *srcVertexPtr, CVector *srcNormalPtr, CVector *tgSpacePtr, uint normalOff, uint tgSpaceOff, uint8 *destVertexPtr, vector< CMatrix3x4 > &boneMat3x4, uint vertexSize, uint nInf)
+


Detailed Description

+File not compiled. +

+Included from mesh_mrm_skin.cpp. It is a "old school" template. +

+

+Id:
+ mesh_mrm_skin_template.cpp,v 1.4 2002/08/05 12:17:29 berenguier Exp
+

+ +

+Definition in file mesh_mrm_skin_template.cpp.


Define Documentation

+

+ + + + +
+ + +
#define NL3D_RAWSKIN_NORMAL_OFF   12 +
+
+ + + + + +
+   + + +

+ +

+Definition at line 513 of file mesh_mrm_skin_template.cpp.

+

+ + + + +
+ + +
#define NL3D_RAWSKIN_NORMAL_OFF   12 +
+
+ + + + + +
+   + + +

+ +

+Definition at line 513 of file mesh_mrm_skin_template.cpp.

+

+ + + + +
+ + +
#define NL3D_RAWSKIN_NORMAL_OFF   12 +
+
+ + + + + +
+   + + +

+ +

+Definition at line 513 of file mesh_mrm_skin_template.cpp.

+

+ + + + +
+ + +
#define NL_SKIN_MATRIX_ARRAY   vector<CMatrix3x4> +
+
+ + + + + +
+   + + +

+ +

+Definition at line 367 of file mesh_mrm_skin_template.cpp.

+

+ + + + +
+ + +
#define NL_SKIN_MATRIX_ARRAY   CMatrix3x4SSEArray +
+
+ + + + + +
+   + + +

+ +

+Definition at line 367 of file mesh_mrm_skin_template.cpp.

+

+ + + + +
+ + +
#define NL_SKIN_MATRIX_ARRAY   vector<CMatrix3x4> +
+
+ + + + + +
+   + + +

+ +

+Definition at line 367 of file mesh_mrm_skin_template.cpp.

+


Function Documentation

+

+ + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
void applyArraySkinNormalT uint   numMatrixes,
uint32  infPtr,
CMesh::CSkinWeight *   srcSkinPtr,
CVector *   srcVertexPtr,
CVector *   srcNormalPtr,
uint   normalOff,
uint8  destVertexPtr,
vector< CMatrix3x4 > &   boneMat3x4,
uint   vertexSize,
uint   nInf
[static]
+
+ + + + + +
+   + + +

+ +

+Definition at line 46 of file mesh_mrm_skin_template.cpp. +

+References index, uint, uint32, and uint8.

+

+ + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
void applyArraySkinTangentSpaceT uint   numMatrixes,
uint32  infPtr,
CMesh::CSkinWeight *   srcSkinPtr,
CVector *   srcVertexPtr,
CVector *   srcNormalPtr,
CVector *   tgSpacePtr,
uint   normalOff,
uint   tgSpaceOff,
uint8  destVertexPtr,
vector< CMatrix3x4 > &   boneMat3x4,
uint   vertexSize,
uint   nInf
[static]
+
+ + + + + +
+   + + +

+ +

+Definition at line 189 of file mesh_mrm_skin_template.cpp. +

+References index, uint, uint32, and uint8.

+ + + +
                                                                                                                                                                    +

+ + -- cgit v1.2.1