mirror of https://github.com/zeldaret/tp.git
180 lines
5.4 KiB
C++
180 lines
5.4 KiB
C++
/**
|
|
* d_a_vrbox.cpp
|
|
*
|
|
*/
|
|
|
|
#include "rel/d/a/d_a_vrbox/d_a_vrbox.h"
|
|
#include "JSystem/J3DGraphBase/J3DMaterial.h"
|
|
#include "JSystem/JKernel/JKRHeap.h"
|
|
#include "d/d_procname.h"
|
|
#include "f_op/f_op_actor_mng.h"
|
|
|
|
static int daVrbox_color_set(vrbox_class* i_this);
|
|
|
|
/* 80498518-804986B8 000078 01A0+00 1/0 0/0 0/0 .text daVrbox_Draw__FP11vrbox_class */
|
|
static int daVrbox_Draw(vrbox_class* i_this) {
|
|
J3DModel* soraModel_p = i_this->mpSoraModel;
|
|
f32 fvar = 0.0f;
|
|
dStage_FileList_dt_c* filelist_p = NULL;
|
|
|
|
daVrbox_color_set(i_this);
|
|
|
|
if (g_env_light.mVrboxInvisible) {
|
|
return 1;
|
|
}
|
|
|
|
if (dComIfGp_roomControl_getStayNo() >= 0) {
|
|
s32 stayNo = dComIfGp_roomControl_getStayNo();
|
|
filelist_p = dComIfGp_roomControl_getStatusRoomDt(stayNo)->mRoomDt.getFileListInfo();
|
|
}
|
|
|
|
if (filelist_p != NULL) {
|
|
fvar = dStage_FileList_dt_SeaLevel(filelist_p);
|
|
}
|
|
|
|
if (dComIfGd_getView() != NULL) {
|
|
fvar = (dComIfGd_getInvViewMtx()[1][3] - fvar) * 0.09f;
|
|
} else {
|
|
fvar = 0.0f;
|
|
}
|
|
|
|
mDoMtx_stack_c::transS(dComIfGd_getInvViewMtx()[0][3], dComIfGd_getInvViewMtx()[1][3] - fvar,
|
|
dComIfGd_getInvViewMtx()[2][3]);
|
|
|
|
soraModel_p->i_setBaseTRMtx(mDoMtx_stack_c::get());
|
|
dKy_GxFog_set();
|
|
|
|
// these casts look like fake matches, but this ptr is used as both J3DModel and J3DModelData?
|
|
for (int i = ((J3DModelData*)soraModel_p)->getMaterialNum() - 1; i >= 0; i--) {
|
|
J3DMaterial* material_p = ((J3DModelData*)soraModel_p)->getMaterialNodePointer(i);
|
|
|
|
J3DFogInfo* fogInfo_p;
|
|
if (material_p != NULL) {
|
|
fogInfo_p = material_p->getFog()->getFogInfo();
|
|
}
|
|
|
|
fogInfo_p->field_0x0 = 2;
|
|
}
|
|
|
|
dComIfGd_setListSky();
|
|
mDoExt_modelUpdateDL(soraModel_p);
|
|
dComIfGd_setList();
|
|
|
|
return 1;
|
|
}
|
|
|
|
/* 804986B8-80498850 000218 0198+00 1/1 0/0 0/0 .text daVrbox_color_set__FP11vrbox_class
|
|
*/
|
|
static int daVrbox_color_set(vrbox_class* i_this) {
|
|
if ((g_env_light.mVrKasumiCol.r + g_env_light.mVrKasumiCol.g +
|
|
g_env_light.mVrKasumiCol.b + g_env_light.mVrSkyCol.r + g_env_light.mVrSkyCol.g +
|
|
g_env_light.mVrSkyCol.b + g_env_light.mVrkumoCol.r + g_env_light.mVrkumoCol.g +
|
|
g_env_light.mVrkumoCol.b) == 0)
|
|
{
|
|
g_env_light.mVrboxInvisible = true;
|
|
return 1;
|
|
}
|
|
|
|
g_env_light.mVrboxInvisible = false;
|
|
|
|
J3DModelData* modelData = i_this->mpSoraModel->getModelData();
|
|
J3DGXColorS10 color;
|
|
|
|
J3DMaterial* material_0 = modelData->getMaterialNodePointer(0);
|
|
if (material_0 != NULL) {
|
|
material_0->setCullMode(0);
|
|
material_0->change();
|
|
|
|
color.r = g_env_light.mVrSkyCol.r;
|
|
color.g = g_env_light.mVrSkyCol.g;
|
|
color.b = g_env_light.mVrSkyCol.b;
|
|
color.a = 255;
|
|
material_0->setTevColor(0, &color);
|
|
}
|
|
|
|
J3DMaterial* material_1 = modelData->getMaterialNodePointer(1);
|
|
if (material_1 != NULL) {
|
|
material_1->setCullMode(0);
|
|
material_1->change();
|
|
|
|
color.r = g_env_light.mVrOkuKasumiCol.r;
|
|
color.g = g_env_light.mVrOkuKasumiCol.g;
|
|
color.b = g_env_light.mVrOkuKasumiCol.b;
|
|
color.a = g_env_light.mVrOkuKasumiCol.a;
|
|
material_1->setTevColor(0, &color);
|
|
}
|
|
|
|
return 1;
|
|
}
|
|
|
|
/* 80498850-80498858 0003B0 0008+00 1/0 0/0 0/0 .text daVrbox_Execute__FP11vrbox_class */
|
|
static int daVrbox_Execute(vrbox_class* i_this) {
|
|
return 1;
|
|
}
|
|
|
|
/* 80498858-80498860 0003B8 0008+00 1/0 0/0 0/0 .text daVrbox_IsDelete__FP11vrbox_class
|
|
*/
|
|
static int daVrbox_IsDelete(vrbox_class* i_this) {
|
|
return 1;
|
|
}
|
|
|
|
/* 80498860-80498868 0003C0 0008+00 1/0 0/0 0/0 .text daVrbox_Delete__FP11vrbox_class */
|
|
static int daVrbox_Delete(vrbox_class* i_this) {
|
|
return 1;
|
|
}
|
|
|
|
/* 80498868-804988DC 0003C8 0074+00 1/1 0/0 0/0 .text daVrbox_solidHeapCB__FP10fopAc_ac_c
|
|
*/
|
|
static int daVrbox_solidHeapCB(fopAc_ac_c* i_this) {
|
|
vrbox_class* this_ = (vrbox_class*)i_this;
|
|
|
|
J3DModelData* modelData = (J3DModelData*)dComIfG_getStageRes("vrbox_sora.bmd");
|
|
this_->mpSoraModel = mDoExt_J3DModel__create(modelData, 0x80000, 0x11020202);
|
|
|
|
return modelData != NULL && this_->mpSoraModel != NULL;
|
|
}
|
|
|
|
/* 804988DC-80498988 00043C 00AC+00 1/0 0/0 0/0 .text daVrbox_Create__FP10fopAc_ac_c */
|
|
static int daVrbox_Create(fopAc_ac_c* i_this) {
|
|
fopAcM_SetupActor(i_this, vrbox_class);
|
|
vrbox_class* this_ = (vrbox_class*)i_this;
|
|
|
|
this_->field_0x574 = 0;
|
|
int phase = cPhs_COMPLEATE_e;
|
|
|
|
if (fopAcM_entrySolidHeap(this_, daVrbox_solidHeapCB, 0xC60)) {
|
|
dComIfGp_onStatus(1);
|
|
g_env_light.mVrboxInvisible = false;
|
|
} else {
|
|
phase = cPhs_ERROR_e;
|
|
}
|
|
|
|
return phase;
|
|
}
|
|
|
|
/* ############################################################################################## */
|
|
/* 804989A8-804989C8 -00001 0020+00 1/0 0/0 0/0 .data l_daVrbox_Method */
|
|
static actor_method_class l_daVrbox_Method = {
|
|
(process_method_func)daVrbox_Create, (process_method_func)daVrbox_Delete,
|
|
(process_method_func)daVrbox_Execute, (process_method_func)daVrbox_IsDelete,
|
|
(process_method_func)daVrbox_Draw,
|
|
};
|
|
|
|
/* 804989C8-804989F8 -00001 0030+00 0/0 0/0 1/0 .data g_profile_VRBOX */
|
|
extern actor_process_profile_definition g_profile_VRBOX = {
|
|
-3,
|
|
7,
|
|
-3,
|
|
PROC_VRBOX,
|
|
&g_fpcLf_Method.mBase,
|
|
sizeof(vrbox_class),
|
|
0,
|
|
0,
|
|
&g_fopAc_Method.base,
|
|
7,
|
|
&l_daVrbox_Method,
|
|
0x00044000,
|
|
0,
|
|
0,
|
|
};
|