Ru/$envmap: Difference between revisions
Churkinator (talk | contribs) No edit summary |
Churkinator (talk | contribs) No edit summary |
||
Line 11: | Line 11: | ||
== Доступность == | == Доступность == | ||
'''<code>$envmap</code>''' был представлен в {{src|4}} в {{hl2}} и {{css}}. | '''<code>$envmap</code>''' был представлен в {{src|4}} в {{hl2}} и {{css}}. Также доступен во всех поздних играх. | ||
{{Bug|{{hls}} The latest Source engine version (v24) of {{hls|3}} does support <code>$envmap</code> if it uses an <code>env_cubemap</code>, but the {{ent|buildcubemaps}} command does ''not'' work properly. If the cubemaps are built in another game and then the BSP is added into HL:S, they will work fine. Is not clear if in older versions there were more issues; but, due such problems, Valve used static reflective images for every reflective texture in the game.|only=hls}} | {{Bug|{{hls}} The latest Source engine version (v24) of {{hls|3}} does support <code>$envmap</code> if it uses an <code>env_cubemap</code>, but the {{ent|buildcubemaps}} command does ''not'' work properly. If the cubemaps are built in another game and then the BSP is added into HL:S, they will work fine. Is not clear if in older versions there were more issues; but, due such problems, Valve used static reflective images for every reflective texture in the game.|only=hls}} | ||
Line 79: | Line 79: | ||
<span id="$envmapmask"></span> | <span id="$envmapmask"></span> | ||
{{MatParam|$envmapmask|texture| | {{MatParam|$envmapmask|texture|Смотреть {{ent|$envmapmask}}. Текстура, которая по-{{L|texel|тексельно}} определяет яркость зеркального отражения.}} | ||
<span id="$envmaptint"></span> | <span id="$envmaptint"></span> | ||
{{MatParam|$envmaptint|RGB matrix| | {{MatParam|$envmaptint|RGB matrix|Контролирует яркость отражения {{L|RGB|красного, зелёного и синего}} канала. Использоваться может любое положительное число. По умолчанию: <code>"[1 1 1]"</code>, что означает 100% яркость. | ||
{{important| ''' | {{important| '''На {{ent|VertexLitGeneric}} этот параметр конвертируется из гамма в линейное пространство'''. Вводимые значения преобразуются в {{code|X^2.2f}}. Например, 0.25 равно не 25% отражения, а ~5%! }} | ||
{{note| | {{note|Вы ''обязаны'' использовать кавычки, так как внутри значения есть пробелы.}} | ||
{{note| | {{note|Можно указать значение одиночным числом с плавающей запятой. В таком случае это значение будет применено ко всем трём каналам одинаково (Например '''$envmaptint''' 0.5 будет равен '''$envmaptint''' "[0.5 0.5 0.5]"). Однако, судя по всему, этот метод не является полностью надёжным.{{confirm}}}} | ||
{{tip| | {{tip|Этот параметр часто используется для того, чтобы приглушить яркость зеркального отражения без использования выше описанной <code>$envmapmask</code>.}}}} | ||
<span id="$envmapcontrast"></span> | <span id="$envmapcontrast"></span> | ||
{{MatParam|$envmapcontrast|normal| | {{MatParam|$envmapcontrast|normal|Контролирует [[Wikipedia:Contrast (vision)|контраст]] отражения. 0 - натуральный контраст, а 1 возводит цвет в квадратную степень (т.е. цвет*цвет). | ||
: {{note| | : {{note|Не работает при включённом {{L|$phong}}.}} | ||
: {{tip|Use higher contrasts to diminish relatively darker areas and increase "hot spots".}}}} | : {{tip|Use higher contrasts to diminish relatively darker areas and increase "hot spots".}}}} | ||
<span id="$envmapsaturation"></span> | <span id="$envmapsaturation"></span> | ||
{{MatParam|$envmapsaturation|RGB matrix| | {{MatParam|$envmapsaturation|RGB matrix|Контролирует цветовую насыщенность отражения. 0 - серые тона, а 1 - натуральный цвет. Красный, Зелёный и Синий цвета можно изменять используя <code>"[к з с]" </code> соответственно. | ||
: {{note|In the Shadercode for {{src13|2}} and {{as|2}} the parameter is defined as a float parameter. However it will be used as a vec3 and the Shader expects and uses it as such.}} | : {{note|In the Shadercode for {{src13|2}} and {{as|2}} the parameter is defined as a float parameter. However it will be used as a vec3 and the Shader expects and uses it as such.}} | ||
: {{note| | : {{note|Не работает при включённом на моделях {{L|$phong}}.}} | ||
: {{bug|{{css}} | : {{bug|{{css}} Работает только на моделях.{{modernConfirm|Эта ошибка существует в других {{src13mp}} играх использующие обычные затенения? (кроме: {{hl2dm}} {{hldms}} {{dods}} {{tf2}}) }} }} }} | ||
<span id="$envmapframe"></span> | <span id="$envmapframe"></span> | ||
{{MatParam|$envmapframe|int|The frame to start an animated cubemap on.}} | {{MatParam|$envmapframe|int|The frame to start an animated cubemap on.}} | ||
Line 113: | Line 113: | ||
<span id="$noenvmapmip"></span> | <span id="$noenvmapmip"></span> | ||
{{MatParam|$noenvmapmip|bool|Only use the top-level mipmap of the cubemap.|only={{csgo}}|shaders=LightmappedGeneric}} | {{MatParam|$noenvmapmip|bool|Only use the top-level mipmap of the cubemap.|only={{csgo}}|shaders=LightmappedGeneric}} | ||
[[File:Reflection tinting example.png|thumb|200px| | [[File:Reflection tinting example.png|thumb|200px|Вентиляция без и с оттенком отражения. В нижней части изображения перечислены параметры использованные для создания этого эффекта.]] | ||
<span id="$fresnelreflection"></span> | <span id="$fresnelreflection"></span> | ||
{{MatParam|$fresnelreflection|float|Добавляет [http://www.3drender.com/glossary/fresneleffect.htm эффект Френеля] отражению. 0 - нет эффекта, | {{MatParam|$fresnelreflection|float|Добавляет [http://www.3drender.com/glossary/fresneleffect.htm эффект Френеля] отражению. 0 - нет эффекта, а 1 - накладывает полный эффект, схож с <code>{{L|Water_(shader)|Water}}</code>. Эффект умножается при значениях выше 1. | ||
{{bug| | {{bug|Значения инвертированы в {{bms}}, 0 - накладывает полный эффект, а 1 - нет эффекта.}}|since={{src06}}|shaders=LightmappedGeneric, Lightmapped_4WayBlend, WorldVertexTransition}} | ||
<span id="$envmapfresnel"></span> | <span id="$envmapfresnel"></span> | ||
{{MatParam|$envmapfresnel|float|Тоже самое что и <code>$fresnelreflection</code>, но для <code>VertexLitGeneric</code>. По умолчанию будет использовать диапазон установленный <code>$phongfresnelranges</code>. | {{MatParam|$envmapfresnel|float|Тоже самое что и <code>$fresnelreflection</code>, но для <code>VertexLitGeneric</code>. По умолчанию будет использовать диапазон установленный <code>$phongfresnelranges</code>. | ||
: {{note| | : {{note|Работает только если сначала был включён {{L|$phong}} {{l4d}}.}} | ||
|since={{src07}}|dx9=1|shaders=VertexLitGeneric}} | |since={{src07}}|dx9=1|shaders=VertexLitGeneric}} | ||
[[File:Anisotropic reflection example.jpeg|thumb|200px| | [[File:Anisotropic reflection example.jpeg|thumb|200px|Пример анизотропных отражений в игре с включённым $envmapanisotropyscale.]] | ||
<span id="$envmapfresnelminmaxexp"></span> | <span id="$envmapfresnelminmaxexp"></span> | ||
{{MatParam|$envmapfresnelminmaxexp|vector| | {{MatParam|$envmapfresnelminmaxexp|vector|Устанавливает диапазон френеля для материалов, использующих <code>$envmapfresnel</code> без фонга. По умолчанию: <code>"[0 1 2]"</code>. | ||
: {{Note| | : {{Note|Значения френеля для этого параметра отличаются от <code>{{L|$phong|$phongfresnelranges}}</code>. Первое значение - минимальное количество френеля, второе значение - максимальное количество френеля, а третье значение - экспонента.}} | ||
: {{bug| | : {{bug|Не может быть использован вместе с {{ent|$bumpmap}}. Вместо этого используйте <code>$phongfresnelranges</code>.}}|since={{l4d}}|shaders=VertexLitGeneric}} | ||
<span id="$envmaplightscale"></span> | <span id="$envmaplightscale"></span> | ||
{{MatParam|$envmaplightscale|float|Tint the surface's specular reflection with its lightmap. This matches a surface's reflection with its diffuse lighting and acts as rudimentary reflection occlusion. With a value of 1, a surface will have no reflection if it isn't lit at all. For models in {{csgo}}, vertex lighting is used for the tinting instead of a lightmap.{{note|Values above 1 for this parameter are technically permitted, but start inverting the effect.}}|since={{as}}|also={{gmod}}|shaders=LightmappedGeneric, Lightmapped_4WayBlend {{csgo}}, VertexLitGeneric {{csgo}}, WorldVertexTransition {{csgo}}}} | {{MatParam|$envmaplightscale|float|Tint the surface's specular reflection with its lightmap. This matches a surface's reflection with its diffuse lighting and acts as rudimentary reflection occlusion. With a value of 1, a surface will have no reflection if it isn't lit at all. For models in {{csgo}}, vertex lighting is used for the tinting instead of a lightmap.{{note|Values above 1 for this parameter are technically permitted, but start inverting the effect.}}|since={{as}}|also={{gmod}}|shaders=LightmappedGeneric, Lightmapped_4WayBlend {{csgo}}, VertexLitGeneric {{csgo}}, WorldVertexTransition {{csgo}}}} |
Revision as of 07:07, 15 November 2024
$envmap
- это материальный параметр шейдера , доступно для всех игр на движке Source.

You can help by updating the translation.
Also, please make sure the article complies with the alternate languages guide.
It most commonly used to approximate the specular reflections seen on smooth surfaces, such as metals and plastics. This is achieved by mapping the vertex normals of a model to positions on a cubemap - specified by $envmap
- and adding the sampled color from the cubemap to the model's surface. Typically, the cubemap is a simple, static "environment map" which has been pre-rendered (although a custom cubemap can be animated).
When $envmap
is set to env_cubemap
and buildcubemaps has been run on the map, the engine will automatically select the environment map contained in the BSP which is nearest to the model as it moves through the world, providing a very rough approximation of dynamic reflections.
The other form of specularity supported by Source is the Phong type, which provides simpler reflections on both static and dynamic models.
Доступность
$envmap
был представлен в Source в
и
. Также доступен во всех поздних играх.


$envmap
if it uses an env_cubemap
, but the buildcubemaps command does not work properly. If the cubemaps are built in another game and then the BSP is added into HL:S, they will work fine. Is not clear if in older versions there were more issues; but, due such problems, Valve used static reflective images for every reflective texture in the game. [нужно проверить в ?]Синтаксис
$envmap env_cubemap
"env_cubemap" is typically used, which tells VBSP to swap in the name of the nearest env_cubemap
when the map compiles. However, it is also possible to use a static cubemap image that has been manually created.

$envmap
is used without specifying $basetexture, the specular reflections will be force drawn regardless of anything.

Создание пользовательской статичной cubemap текстуры
Creating a custom cubemap texture might be required for some circumstances and is used occasionally in some Valve models.




В VTFEdit
For this to work you will need to have the 6 sides of the cubemap saved as individual textures in the correct orientation for it to appear correctly in the Source Engine. So some faces might need to be rotated either clockwise or counter clockwise. Each face will need to be mirrored horizontally before orientation.


$envmapsphere
parameter. VTFEdit can generate this face automatically, via the "Advanced" tab when importing.To the right hand side of this page you will find two guide images to aid in properly rotating each side of your environment render.
Save one or both of those guides on your computer and then import your environment render onto it or recreate it in a smaller scale, then rotate your sides as instructed by the images.
Save every side as a separate image file, their names should be the number found on that specific square. This will ensure that the environment texture will be built correctly, as the numbers also represent the import order in VTFEdit .
Once you have all the image sides ready you can just import them all into VTFEdit and select "Environment Map". Texture format is up to you, generally DXT1 will do.
Enable the "Clamp S" and "Clamp T" texture flags.
Then just save it all as a .vtf file and use it in your VMT like so:
"$Envmap" "effects/my_cubemap"
"effects" is the usual folder for environments/cubemaps You may put yours anywhere you like
В VTEX
VTEX will automatically mirror and orient your faces, you need only to provide correctly named textures. Name each file something like envmap001a*.tga, where * is put BK, FT, LF, RT, UP, or DN. If you took a cubemap screenshot in-game, this step will already by done, but to make them work properly with Vtex.exe you must use HDRShop (but before you need to change textures format to BMP, because HDRShop can only work with that kind of format) and then covert them to PFM files format.
Create a text file the same name as your textures (e.g. envmap001a.txt). If building for HDR write in the following, otherwise leave it blank:
pfm 1 // read .pfm file instead of .tga
pfmscale 1 // higher values will result in a brighter sky
nocompress 1 // disable compression (HDR compression is only supported by skyboxes)
Put these files into materialsrc and then just drag-n-drop .txt file into vtex.exe and you should end up with a working cubemap! HDR envmaps will be named like envmap001a.hdr.vtf, and only need to exist to work.
Параметры и Эффекты
$envmapmask
$envmaptint
$envmapcontrast
$envmapsaturation
$envmapframe
$envmapmode
$basetexturenoenvmap
$envmapoptional
$envmapsphere
$noenvmapmip
$fresnelreflection
$envmapfresnel
$envmapfresnelminmaxexp
$envmaplightscale
$envmaplightscaleminmax
$envmapanisotropy
$envmapanisotropyscale
Консольные команды
- buildcubemaps
- Generates cubemaps for use in materials. If this isn't run, objects will reflect the skybox (OB) or have an invalid reflection, white in Ep1 and pink checkerboards in MP.
- envmap
- Generates an environment map at the player's position and dumps it in cubemap_screenshots/, in six separate PFM files (or, if running without HDR, TGA files).
Совет:Cubemaps created this way will capture dynamic entities and models in them, which are normally hidden when using
buildcubemaps
.
- mat_envmaptgasize <целое число >
- Устанавливает разрешение для файлов созданных с помощью
envmap
. Значение по умолчанию: 32
- mat_fastspecular <булева переменная >
- Quickly disable or enable specular rendering without reloading materials. This does not affect performance, only appearance.
mat_specular
must be used for proper performance testing. Баг:Не работает в некоторых играх. [нужно проверить в ?]
Примечание:Despite common misconception, setting this to 0 does not enable a "fancy specular" mode, it simply disables specular rendering entirely.
- mat_specular <булева переменная >
- Отключает или включает зеркальные отражения, выгружает или загружает зеркальные материалы из памяти. По умолчанию 1.
- r_showenvcubemap <булева переменная >
- Команда для отображения всех cubemaps на всех динамических объектах в полную яркость. Использовалось для создания изображения в начале статьи.
Смотреть также
- $envmapmask (маска зеркального отражения)
- $phong (для рассеянного отражения)
- Cubemap