mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 03:47:43 +00:00
Aux-info resource sharing; some rigging stubs
This commit is contained in:
@@ -213,7 +213,11 @@ public:
|
||||
static SClipScreenRect ClipScreenRectFromMS(const zeus::CVector3f& p1, const zeus::CVector3f& p2);
|
||||
static SClipScreenRect ClipScreenRectFromVS(const zeus::CVector3f& p1, const zeus::CVector3f& p2);
|
||||
static zeus::CVector3f ProjectModelPointToViewportSpace(const zeus::CVector3f& point);
|
||||
|
||||
static void SetViewportResolution(const zeus::CVector2i& res);
|
||||
static void SetViewport(int leftOff, int bottomOff, int width, int height);
|
||||
static void SetScissor(int leftOff, int bottomOff, int width, int height);
|
||||
static void SetDepthRange(float near, float far);
|
||||
|
||||
static CTimeProvider* g_ExternalTimeProvider;
|
||||
static float g_DefaultSeconds;
|
||||
|
||||
Reference in New Issue
Block a user