-
Notifications
You must be signed in to change notification settings - Fork 334
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
RT Camera fixes and improvements (#3019)
* Added FPS limiter to RT Cameras, refactored code a bit * Changed RT Camera FPS limiter algorithm * Actually made good RT Camera FPS limiter * Changed ActiveCameras to be set-like array instead of set-like table. * Fixed undefined behavior in RT Camera ENT:SetIsObserved * Linter pass * Removed debug print * Fixed undefined behavior on `ObservedCameras` iteration * Removed debug print *again* * Removed unused `table.SeqCount` function
- Loading branch information
Showing
3 changed files
with
101 additions
and
50 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters