Reflection: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Created page with 'Reflection is used in two ways in source: *See Cubemap for the method of prebaked reflections used on brushes and models specified with env_cubemap. *See [[Water_(shader…')
 
m (Added LightmappedReflective shader to list)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
Reflection is used in two ways in source:
{{disambig}}
 
Reflection is used in two ways in Source:
*See [[Cubemap]] for the method of prebaked reflections used on brushes and models specified with [[env_cubemap]].
*See [[Cubemap]] for the method of prebaked reflections used on brushes and models specified with {{ent|env_cubemap}}.
*See [[Water_(shader)]] for the real-time reflection used on Water.
*See [[Water_(shader)]] for the real-time reflection used on Water.
 
*See [[LightmappedReflective]] for real time reflection used on flat surfaces like mirrors.
[[Category:Disambiguation]]

Latest revision as of 13:46, 23 December 2020

Icon-disambig.png
This is a disambiguation page, a list of pages that otherwise might share the same title.
If an article link referred you to this title, you might want to go back and fix it to point directly to the intended page.

Reflection is used in two ways in Source: