branchsbox/water-refactor3cancel

3 Commits over 28 Days - 0.00cph!

2 Years Ago
Flush our scratch render targets on the moment we first initialize the gameso that it matches the size of the main window When running on tools mode at least, the game will allocate a scratch render target the size of the monitor, rather than of the running viewport until we resize the window, this causes problems on effects that use framebuffer grabbing, and should save us VRAM space by having the texture not overscan
2 Years Ago
bInMonitorLayer no longer used, calculation of what was used for it is now in rendergamesystem Fix non-viewmodel entities being invisible
2 Years Ago
Squashed commit from water-refactor2 Fix syntax errors cauased from merge due to refactors Get WaterSceneObject & RippleCompute on the refactored API