quiverteam / Engine

Modified Version of Source 2007
104 stars 29 forks source link

Vertices on models bugging out #22

Closed Demez closed 5 years ago

Demez commented 5 years ago

Don't think I need to explain this one.

2019-05-10_16-37-29_quiver_HALF-LIFE_2

Demez commented 5 years ago

This actually is far worse when you use mat_wireframe 2019-05-11_18-31-40_quiver_HALF-LIFE_2

JJL772 commented 5 years ago

Might be related to the low level libraries like mathlib because it happens somewhat in HLMV. I would try to build with USE_STDC_FOR_SIMD enabled for now. It will slow the game down a bit probably, but it will use more "normal" math functions instead of the custom sine/cosine/etc. functions that return very wrong results when the parameters are out of the first period or so of the function.

Demez commented 5 years ago

Fixed in #38