Garry's Mod
Performant Render
11–17 из 17
< 1  >
Обновление: 18 дек. 2023 г. в 5:17
автор: noaccess

Potential fixes and little improvements

  • Move calculations from RenderScene to PreRender hook. (Potential fix of flickering)
  • Do not perform calculations while being in the TARDIS; otherwise, it will cause rendering glitches.
  • Make debugging available only when `sv_cheats` is set to 1

Обновление: 9 дек. 2023 г. в 2:10
автор: noaccess

Improvements

  • Proper method for detecting RenderBounds change. Resolved compatiblity issue with prop resizer addons.
  • Bump fov multiplier in calculations from 0.6 to 0.75

Обновление: 8 дек. 2023 г. в 11:45
автор: noaccess

Ignore doors

Обновление: 8 дек. 2023 г. в 7:53
автор: noaccess

Optimization

  • Add and use lookup tables instead of using Entity.GetTable, as this reduces CPU time.

Обновление: 8 дек. 2023 г. в 6:34
автор: noaccess

Optimization & AABB -> RenderBounds

  • Change AABB to RenderBounds, which is more accurate (this should resolve visibility issue with striders, etc.)
  • Reduce CPU time, optimize distance calculations

Обновление: 6 дек. 2023 г. в 8:50
автор: noaccess

Improvements

  • Reduce C calls
  • Compatibility with RT cameras
  • Ignore entities with "NoDraw" set to true on spawn.

Обновление: 5 дек. 2023 г. в 5:50
автор: noaccess

Initial addon creation.