mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-19 21:03:42 -07:00
Tweak: Implement better extended culling options (#4285)
* implement better culling * change draw distance to a slider * remove testing code * tweak
This commit is contained in:
parent
3971e3696e
commit
16aaf2f939
7 changed files with 169 additions and 49 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue