|
|
|
|
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 ReferenceFile 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
|
|
#define NL3D_RAWSKIN_NORMAL_OFF 12
|
|
#define NL3D_RAWSKIN_NORMAL_OFF 12
|
|
#define NL_SKIN_MATRIX_ARRAY vector<CMatrix3x4>
|
|
#define NL_SKIN_MATRIX_ARRAY CMatrix3x4SSEArray
|
|
#define NL_SKIN_MATRIX_ARRAY vector<CMatrix3x4>
|
|
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] |
|
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] |
|
|
|