This article's documentation is for the "GoldSrc" engine. Click here for more information.

Custom renderer: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{goldsrc topicon}}
{{goldsrc topicon}}
{{stub}}
{{stub}}
Due to running on [[OpenGL]], {{goldsrc|4.1}} mods which ship their own DLLs can disable the vanilla rendering pipeline and implement their own rendering system. This can bypass many [[template:goldsrc limits|vanilla graphical limits]], permitting higher-fidelity visuals without engine access.
Due to running on [[OpenGL]], {{goldsrc|4.1}} mods which ship their own DLLs can disable the vanilla rendering pipeline and implement their own rendering system. This can bypass many [[template:engine Limits|vanilla graphical limits]], permitting higher-fidelity visuals without engine access.


=== List ===
=== List ===
* Paranoia renderer
* [[Trinity renderer]]
* Trinity renderer
* [[Codename Borea]]
* Codename Borea
* {{parhlsdkfork|4}} (has custom renderer)


[[Category:GoldSrc Glossary]]
[[Category:GoldSrc Glossary]]

Latest revision as of 14:30, 10 September 2024

Stub

This article or section is a stub. You can help by expanding it.

Due to running on OpenGL, GoldSrc GoldSrc mods which ship their own DLLs can disable the vanilla rendering pipeline and implement their own rendering system. This can bypass many vanilla graphical limits, permitting higher-fidelity visuals without engine access.

List