Garry's Mod
Performant Render
Εμφάνιση 11-17 από 17 καταχωρίσεις
< 1  >
Ενημέρωση: 18 Δεκ 2023 στις 5:17

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

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

Ignore doors

Ενημέρωση: 8 Δεκ 2023 στις 7:53

Optimization

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

Ενημέρωση: 8 Δεκ 2023 στις 6:34

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

Improvements

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

Ενημέρωση: 5 Δεκ 2023 στις 5:50

Initial addon creation.