Skip to content

Commit

Permalink
patrick boss progress
Browse files Browse the repository at this point in the history
  • Loading branch information
mattbruv committed Aug 1, 2024
1 parent c028876 commit 2798d36
Show file tree
Hide file tree
Showing 4 changed files with 351 additions and 27 deletions.
2 changes: 1 addition & 1 deletion src/SB/Core/x/xCollide.h
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ bool xSphereHitsVCircle(const xSphere& s, const xVec3& c, F32 r);
bool xSphereHitsVCircle(const xVec3& sc, F32 sr, const xVec3& cc, F32 cr);
U32 xSphereHitsModel(const xSphere* b, const xModelInstance* m, xCollis* coll);

S32 xParabolaHitsEnv(xParabola* p, xEnv* env, xCollis* colls);
S32 xParabolaHitsEnv(xParabola* p, const xEnv* env, xCollis* colls);
void xParabolaEvalPos(const xParabola*, xVec3*, F32);
void xParabolaEvalVel(const xParabola*, xVec3*, F32);

Expand Down
Loading

0 comments on commit 2798d36

Please sign in to comment.