d_snap OK

This commit is contained in:
LagoLunatic
2024-01-06 18:48:24 -05:00
parent b0b5854b98
commit 3eae006254
11 changed files with 1650 additions and 60 deletions
+1 -1
View File
@@ -138,7 +138,7 @@ static void draw_SUB(am_class* i_this) {
static BOOL daAM_Draw(am_class* i_this) {
g_env_light.setLightTevColorType(i_this->mpMorf->getModel(), &i_this->mTevStr);
dSnap_RegistFig(0xB7, i_this, 1.0f, 1.0f, 1.0f);
dSnap_RegistFig(DSNAP_TYPE_AM, i_this, 1.0f, 1.0f, 1.0f);
i_this->mpMorf->entryDL();
+1 -1
View File
@@ -117,7 +117,7 @@ static BOOL daAM2_Draw(am2_class* i_this) {
J3DModel* model = i_this->mpMorf->getModel();
g_env_light.setLightTevColorType(model, &i_this->mTevStr);
dSnap_RegistFig(0xB6, i_this, 1.0f, 1.0f, 1.0f);
dSnap_RegistFig(DSNAP_TYPE_AM2, i_this, 1.0f, 1.0f, 1.0f);
i_this->mpBrkAnm->entry(model->getModelData());
i_this->mpBtkAnm->entry(model->getModelData());
+1 -1
View File
@@ -53,7 +53,7 @@ static BOOL daDr_Draw(dr_class* i_this) {
g_env_light.settingTevStruct(TEV_TYPE_ACTOR, &i_this->current.pos, &i_this->mTevStr);
g_env_light.setLightTevColorType(model, &i_this->mTevStr);
i_this->mpMorf->entryDL();
dSnap_RegistFig(0x99, i_this, i_this->mEyePos, i_this->shape_angle.y, 1.0f, 1.0f, 1.0f);
dSnap_RegistFig(DSNAP_TYPE_DR, i_this, i_this->mEyePos, i_this->shape_angle.y, 1.0f, 1.0f, 1.0f);
return TRUE;
}
+1 -1
View File
@@ -1401,7 +1401,7 @@ BOOL daNpc_kam_c::draw() {
0, 1.0f, dDlst_shadowControl_c::getSimpleTex()
);
dSnap_RegistFig(0x55, this, 1.0f, 1.0f, 1.0f);
dSnap_RegistFig(DSNAP_TYPE_KAMOME, this, 1.0f, 1.0f, 1.0f);
return TRUE;
}
+1 -1
View File
@@ -2338,7 +2338,7 @@ BOOL daNpc_Md_c::draw() {
}
}
dSnap_RegistFig(0x8A, this, 1.0f, 1.0f, 1.0f);
dSnap_RegistFig(DSNAP_TYPE_MD, this, 1.0f, 1.0f, 1.0f);
return TRUE;
}
+1 -1
View File
@@ -1757,7 +1757,7 @@ bool daRd_c::_draw() {
0, 1.0f, dDlst_shadowControl_c::getSimpleTex()
);
dSnap_RegistFig(0xB9, this, 1.0f, 1.0f, 1.0f);
dSnap_RegistFig(DSNAP_TYPE_RD, this, 1.0f, 1.0f, 1.0f);
return true;
}
+1426 -44
View File
File diff suppressed because it is too large Load Diff