Skip to content

MetaHookSv-refs/tags/v20240401b

Compare
Choose a tag to compare
@github-actions github-actions released this 01 Apr 09:02
· 32 commits to main since this release

[Renderer] Fixed a bug that vbo_studio_t(which is for VBO Optimized Studio Rendering) was not properly linked with legacy studio-related structs which might lead to fatal error "R_StudioFindVBOCache: invalid index" when rendering p_*.mdl. Related issue: #429
[Renderer] Fixed a bug that the color of portal textures was not properly corrected when r_gamma_blend set to 1 which might lead to darker portal view.

[Renderer] 修复了一个vbo_studio_t结构(用于模型的VBO绘制阶段)无法与引擎中原有的结构正确关联的问题,该问题曾导致游戏在渲染第三人称武器模型p_*.mdl时出现"R_StudioFindVBOCache: invalid index"的报错。相关问题:#429
[Renderer] 修复了Sven Co-op中Portal贴图的gamma矫正失效的问题。该问题曾导致在控制台参数r_gamma_blend为1时,Portal/Mirror/Monitor贴图的颜色会变得比正常情况下更深。