mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-23 16:43:50 +00:00
Merge remote-tracking branch 'smally/platform_type_consistency' into platform-type-consistency
Conflicts: Engine/source/platform/platformCPUCount.cpp
This commit is contained in:
commit
87d9e245b7
210 changed files with 896 additions and 896 deletions
|
|
@ -58,7 +58,7 @@ protected:
|
|||
Box3F _calcClipSpaceAABB(const Frustum& f, const MatrixF& transform, F32 farDist);
|
||||
void _roundProjection(const MatrixF& lightMat, const MatrixF& cropMatrix, Point3F &offset, U32 splitNum);
|
||||
|
||||
static const int MAX_SPLITS = 4;
|
||||
static const S32 MAX_SPLITS = 4;
|
||||
U32 mNumSplits;
|
||||
F32 mSplitDist[MAX_SPLITS+1]; // +1 because we store a cap
|
||||
RectI mViewports[MAX_SPLITS];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue