RagdollMover/lua
vlazed 6b80c9d2be Move on-screen check to prevent any calculations if its not on screen
- Changed on screen check location from before copying the RGM_CIRCLE table to before performing bone distance calculations or setting draw color. This requires a check for prevbones to set distance colors, but this prevents any calculations from doing done at all. This achieves a 3% increase in performance (averaged over 600 frames)
2024-12-27 14:40:46 -06:00
..
autorun Move on-screen check to prevent any calculations if its not on screen 2024-12-27 14:40:46 -06:00
entities/rgm_axis Increase gizmo padding to fix laggy gizmo 2024-12-19 12:54:28 -06:00
ragdollmover Check if bone is visible on screen; use dot product for distances 2024-12-23 12:39:39 -06:00
vgui Localization for ui related phrases in ragdoll mover (EN currently) 2024-09-08 22:40:44 -05:00
weapons/gmod_tool/stools Removed caching bones and their parents in the skeleton drawing function as it didn't seem to save that much performance anyway 2024-12-26 20:28:47 +03:00