Rt WaterReflection: Difference between revisions
Jump to navigation
Jump to search

SirYodaJedi (talk | contribs) mNo edit summary |
(badly moved multipage) |
||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
{{ | {{LanguageBar}} | ||
{{stub}} | {{stub}} | ||
< | {{screenshot}} | ||
'''_rt_WaterReflection''' is a parameter for use with "[[$reflecttexture]]". This texture is used for "real-time" reflections.<br> | |||
Its most common use is in in [[Water (shader)|Water]] materials, which causes the water to reflect the world around it, similar to {{ent|env_cubemap}}, but better. It is also used by [[LightmappedReflective]]. | |||
{{CodeBlock|style=1| | |||
$reflecttexture _rt_WaterReflection | $reflecttexture _rt_WaterReflection | ||
$reflectamount "0.4" | $reflectamount "0.4" | ||
Line 10: | Line 14: | ||
$reflectskyboxonly 1 | $reflectskyboxonly 1 | ||
$reflectentities 1 | $reflectentities 1 | ||
}} |
Latest revision as of 03:55, 13 July 2024



This article or section needs a screenshot to help visually convey the subject.
You can upload screenshots at Special:Upload. For help, see Help:Images.
You can upload screenshots at Special:Upload. For help, see Help:Images.
_rt_WaterReflection is a parameter for use with "$reflecttexture". This texture is used for "real-time" reflections.
Its most common use is in in Water materials, which causes the water to reflect the world around it, similar to env_cubemap, but better. It is also used by LightmappedReflective.