mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-04-20 03:45:26 +00:00
account for fov change (also, internal docs)
This commit is contained in:
parent
01419d7935
commit
55b26be9ba
2 changed files with 5 additions and 2 deletions
|
|
@ -114,6 +114,7 @@ private:
|
|||
ShadowMapManager* mShadowManager;
|
||||
Point3F mPrevCamPos;
|
||||
Point3F mPrevCamRot;
|
||||
F32 mPrevCamFov;
|
||||
};
|
||||
|
||||
class ShadowRenderPassManager : public RenderPassManager
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue