daObj_BouMato_c OK (#2264)

* daObj_BouMato_c OK

* daObjGraRock_c Matched except template function order

* daBkyRock_c OK
This commit is contained in:
hatal175
2024-12-12 22:58:40 +02:00
committed by GitHub
parent 559fcb3a16
commit ee992eb80c
17 changed files with 1226 additions and 1773 deletions
+8
View File
@@ -396,6 +396,14 @@ inline f32 fopAcM_getCullSizeFar(const fopAc_ac_c* i_actor) {
return i_actor->cullSizeFar;
}
inline const Vec* fopAcM_getCullSizeBoxMin(const fopAc_ac_c* i_actor) {
return &i_actor->cull.box.min;
}
inline const Vec* fopAcM_getCullSizeBoxMax(const fopAc_ac_c* i_actor) {
return &i_actor->cull.box.max;
}
inline void fopAcM_SetCullSize(fopAc_ac_c* i_actor, s8 i_cullsize) {
i_actor->cullType = i_cullsize;
}