mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-02 00:14:30 -04:00
d_snap OK
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
@@ -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());
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
@@ -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
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user