Skip to content

Commit

Permalink
maintenance
Browse files Browse the repository at this point in the history
  • Loading branch information
powerof3 authored and github-actions[bot] committed Apr 22, 2024
1 parent 6ba9d9b commit 0702992
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion include/RE/N/NiBillboardNode.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ namespace RE
FACE_MODE_POS = 0,
FACE_MODE_MASK = 7,
};

enum class FaceMode
{
kAlwaysFaceCamera,
Expand Down
2 changes: 1 addition & 1 deletion include/RE/N/NiCamera.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ namespace RE
void UpdateWorldData(NiUpdateData* a_data) override; // 30

bool WorldPtToScreenPt3(const NiPoint3& a_point, float& a_xOut, float& a_yOut, float& a_zOut, float a_zeroTolerance);

static bool BoundInFrustum(const NiBound& a_bound, NiCamera* a_camera);
static bool NodeInFrustum(NiAVObject* a_node, NiCamera* a_camera);
static bool PointInFrustum(const NiPoint3& a_point, NiCamera* a_camera, float a_radius);
Expand Down

0 comments on commit 0702992

Please sign in to comment.