diff options
| author | Archez <Archez@users.noreply.github.com> | 2024-08-12 19:39:44 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-12 19:39:44 -0400 |
| commit | 16aaf2f93995d421d3a17a77106811f552f02012 (patch) | |
| tree | b56d6e47d87972eccfb466da608dc7be1dc5e638 /soh/include/functions.h | |
| parent | 3971e3696ea022be0eb50c4f0a19f3c5a4806fe6 (diff) | |
Tweak: Implement better extended culling options (#4285)
* implement better culling
* change draw distance to a slider
* remove testing code
* tweak
Diffstat (limited to 'soh/include/functions.h')
| -rw-r--r-- | soh/include/functions.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/soh/include/functions.h b/soh/include/functions.h index 553630672..f0015a2c2 100644 --- a/soh/include/functions.h +++ b/soh/include/functions.h @@ -2460,6 +2460,8 @@ void Message_DrawText(PlayState* play, Gfx** gfxP); void Interface_CreateQuadVertexGroup(Vtx* vtxList, s32 xStart, s32 yStart, s32 width, s32 height, u8 flippedH); void Interface_RandoRestoreSwordless(void); +s32 Ship_CalcShouldDrawAndUpdate(PlayState* play, Actor* actor, Vec3f* projectedPos, f32 projectedW, bool* shouldDraw, + bool* shouldUpdate); // #endregion |
