mirror of
https://github.com/zeldaret/tp
synced 2026-06-01 01:39:43 -04:00
17 lines
447 B
C++
17 lines
447 B
C++
#include "JSystem/JSystem.h" // IWYU pragma: keep
|
|
|
|
#include "JSystem/J3DU/J3DUMotion.h"
|
|
|
|
#include "JSystem/J3DGraphAnimator/J3DJoint.h"
|
|
#include "JSystem/J3DGraphLoader/J3DModelLoader.h"
|
|
#include "JSystem/JMath/JMath.h"
|
|
|
|
static void dummy(J3DMtxCalcJ3DSysInitSoftimage* img, Vec* vec) {
|
|
Mtx mtx;
|
|
img->init(*vec, mtx);
|
|
checkScaleOne(*vec);
|
|
J3DMtxCalc::getMtxBuffer();
|
|
JMAFastReciprocal(0.0f);
|
|
JMath::fastReciprocal(0.0f);
|
|
}
|