diff options
| author | Luke Street <luke.street@encounterpc.com> | 2023-09-10 00:42:26 -0400 |
|---|---|---|
| committer | Luke Street <luke.street@encounterpc.com> | 2023-09-10 00:48:55 -0400 |
| commit | adb95b135c3d7498eba29bbd9728d345eed5a407 (patch) | |
| tree | 655575b939c12067569263171b68c079b1a232c8 /src/JSystem/J3DGraphAnimator/J3DCluster.cpp | |
| parent | 81ac53f1317dafb3506ae3ed8b2820d40645c3c8 (diff) | |
Import project
Original repository: https://github.com/encounter/ww
Diffstat (limited to 'src/JSystem/J3DGraphAnimator/J3DCluster.cpp')
| -rw-r--r-- | src/JSystem/J3DGraphAnimator/J3DCluster.cpp | 102 |
1 files changed, 102 insertions, 0 deletions
diff --git a/src/JSystem/J3DGraphAnimator/J3DCluster.cpp b/src/JSystem/J3DGraphAnimator/J3DCluster.cpp new file mode 100644 index 00000000..d99920b8 --- /dev/null +++ b/src/JSystem/J3DGraphAnimator/J3DCluster.cpp @@ -0,0 +1,102 @@ +// +// Generated by dtk +// Translation Unit: J3DCluster.cpp +// + +#include "JSystem/J3DGraphAnimator/J3DCluster.h" +#include "dolphin/types.h" + +/* 802F37C4-802F37E4 .text clear__13J3DDeformDataFv */ +void J3DDeformData::clear() { + /* Nonmatching */ +} + +/* 802F37E4-802F3814 .text __ct__13J3DDeformDataFv */ +J3DDeformData::J3DDeformData() { + /* Nonmatching */ +} + +/* 802F3814-802F3838 .text deform__13J3DDeformDataFP8J3DModel */ +void J3DDeformData::deform(J3DModel*) { + /* Nonmatching */ +} + +/* 802F3838-802F3900 .text deform__13J3DDeformDataFP15J3DVertexBuffer */ +void J3DDeformData::deform(J3DVertexBuffer*) { + /* Nonmatching */ +} + +/* 802F3900-802F3920 .text clear__11J3DDeformerFv */ +void J3DDeformer::clear() { + /* Nonmatching */ +} + +/* 802F3920-802F3A08 .text deform__11J3DDeformerFP15J3DVertexBufferUs */ +void J3DDeformer::deform(J3DVertexBuffer*, unsigned short) { + /* Nonmatching */ +} + +/* 802F3A08-802F3FA8 .text deform__11J3DDeformerFP15J3DVertexBufferUsPf */ +void J3DDeformer::deform(J3DVertexBuffer*, unsigned short, float*) { + /* Nonmatching */ +} + +/* 802F3FA8-802F4064 .text normalize__11J3DDeformerFPf */ +void J3DDeformer::normalize(float*) { + /* Nonmatching */ +} + +/* 802F4064-802F40C0 .text normalizeWeight__11J3DDeformerFiPf */ +void J3DDeformer::normalizeWeight(int, float*) { + /* Nonmatching */ +} + +/* 802F40C0-802F40F0 .text __ct__13J3DSkinDeformFv */ +J3DSkinDeform::J3DSkinDeform() { + /* Nonmatching */ +} + +/* 802F40F0-802F44E8 .text initMtxIndexArray__13J3DSkinDeformFP12J3DModelData */ +void J3DSkinDeform::initMtxIndexArray(J3DModelData*) { + /* Nonmatching */ +} + +/* 802F44E8-802F4734 .text changeFastSkinDL__13J3DSkinDeformFP12J3DModelData */ +void J3DSkinDeform::changeFastSkinDL(J3DModelData*) { + /* Nonmatching */ +} + +/* 802F4734-802F4850 .text calcNrmMtx__13J3DSkinDeformFP8J3DModel */ +void J3DSkinDeform::calcNrmMtx(J3DModel*) { + /* Nonmatching */ +} + +/* 802F4850-802F4974 .text deformVtxPos_F32__13J3DSkinDeformCFP8J3DModel */ +void J3DSkinDeform::deformVtxPos_F32(J3DModel*) const { + /* Nonmatching */ +} + +/* 802F4974-802F4AB4 .text deformVtxPos_S16__13J3DSkinDeformCFP8J3DModel */ +void J3DSkinDeform::deformVtxPos_S16(J3DModel*) const { + /* Nonmatching */ +} + +/* 802F4AB4-802F4BB8 .text deformVtxNrm_F32__13J3DSkinDeformCFP8J3DModel */ +void J3DSkinDeform::deformVtxNrm_F32(J3DModel*) const { + /* Nonmatching */ +} + +/* 802F4BB8-802F4CD8 .text deformVtxNrm_S16__13J3DSkinDeformCFP8J3DModel */ +void J3DSkinDeform::deformVtxNrm_S16(J3DModel*) const { + /* Nonmatching */ +} + +/* 802F4CD8-802F4D78 .text deform__13J3DSkinDeformFP8J3DModel */ +void J3DSkinDeform::deform(J3DModel*) { + /* Nonmatching */ +} + +/* 802F4D78-802F4DC0 .text __dt__13J3DSkinDeformFv */ +J3DSkinDeform::~J3DSkinDeform() { + /* Nonmatching */ +} |
