VRAD (Source 2): Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (→‎See also: clean up, replaced: {{goldsrc → {{gldsrc)
(VRAD3 is used in every source 2 game, it was just modified in CS2 to use the gpu)
Line 1: Line 1:
{{langsp}}
{{langsp}}
'''VRAD2''' and '''VRAD3''' {{only|{{cs2}}}} are the [[command-line]] tools that calculate and embed lighting data into compiled maps. It is the {{source2|4}} counterpart of {{source|4|nt=3}}'s [[VRAD]].
'''VRAD3''' is the [[command-line]] tool that calculates and embeds lighting data into compiled maps. It is the {{source2|4}} counterpart of {{source|4|nt=3}}'s [[VRAD]].


In {{cs2|4}}, which introduced {{code|VRAD3}}, a GPU with ray tracing support (NVIDIA RTX, Intel Arc or AMD Radeon 6xxx+ series) is required to both preview and bake lighting{{confirm}}. The old deprecated CPU lighting compiler and {{code|VRAD2}} has been removed.
Earlier Source 2 games use '''VRAD2''' to preview baked lighting in Hammer.


{{todo|Add more information about the Source 2's VRAD2/VRAD3 lighting.}}
In {{cs2|4}}, VRAD3 now requires a GPU with ray tracing support (NVIDIA RTX, Intel Arc or AMD Radeon 6xxx+ series) to both preview and bake lighting{{confirm}}. VRAD2 and the old CPU lighting compiler have been removed.
 
{{todo|Add more information about Source 2's VRAD2/VRAD3 lighting.}}


== See also ==
== See also ==
*[[VRAD]] - {{source|4|nt=3}} counterpart.
*[[VRAD]] - {{source|4|nt=3}} counterpart.
*[[QRAD]] - {{gldsrc|4}} counterpart.
*[[QRAD]] - {{gldsrc|4}} counterpart.

Revision as of 03:42, 18 February 2024

English (en)中文 (zh)Translate (Translate)

VRAD3 is the command-line tool that calculates and embeds lighting data into compiled maps. It is the Source 2 Source 2 counterpart of Source Source 1's VRAD.

Earlier Source 2 games use VRAD2 to preview baked lighting in Hammer.

In Counter-Strike 2 Counter-Strike 2, VRAD3 now requires a GPU with ray tracing support (NVIDIA RTX, Intel Arc or AMD Radeon 6xxx+ series) to both preview and bake lighting[confirm]. VRAD2 and the old CPU lighting compiler have been removed.

Todo: Add more information about Source 2's VRAD2/VRAD3 lighting.

See also