|
|||||
MaterialVersion
|
2
|
всегда должно быть! видимо нужно для правильной работы шейдеров.
|
NormalsTexture
|
normals.dds
|
указывается путь к карте нормалей. всегда должно быть!
|
AlbedoReplaceTexture
|
albedo.dds
|
путь к текстуре Албедо. Не обязательно.
Автор пишет, мол, это для слишком темных текстур требуется, если оные плохо читаемы.
Эта текстура является ЗАМЕНОЙ оригинальной текстуре, т.е. полностью перекрывает оную.
Может не быть.
|
ParametersTexture
|
parameters.dds
|
текстура доп-параметров. Можно указать путь к Глосс карте.
Может не быть.
|
RoughnessSource
|
parameters_map
|
Ссылается на карту параметров, либо на иное значение из возможных.
Может не быть.
|
FresnelSource
|
parameters_map
|
Отражения по Фреснелю. Управляет уровнем блескучести объекта по карте или по значению.
Может не быть.
|
SpecOcclusionSource
|
parameters_map
|
Еще один параметр расширенной обработки света. Ссылается на карту, либо на иное значение из возможных.
Может не быть.
|
Roughness
|
0.0, 1.0
|
Важный параметр локализации и ровности блеска объекта.
всегда должно быть!
|
FresnelReflectance
|
0.02 - 0.08 (0.20-1.0)
|
Коэфициент преломления по Френселю.
Т.е. также управляет блеском объекта.
всегда должно быть!
|
|
|
Примечание.
Данные могут быть не совсем точны, в связи с относительной сыростью технологии и отсутствия достаточного кол-ва накопленных данных.
|
; Example material data
; Place a text file matching the relative texture path in Data Files/materials/
; e.g. Data Files/Textures/author/tx_example.dds -> Data Files/materials/author/tx_example.txt
; Material version [required]
MaterialVersion=2
; Normals texture path [required]
; Uses all three channels, positive green faces up
; Optional alpha contains roughness or specular occlusion
NormalsTexture=materials/author/tx_example_normals.dds
; Albedo replacement texture path [optional]
; Replaces original texture, useful if original has too much baked in lighting
AlbedoReplaceTexture=materials/author/tx_example_albedo.dds
; Optical parameters texture path [optional]
; red channel = metallicity, this is a binary property where 255 = non-metal, 0 = metal
; green channel = roughness, range 0-1, linear encoded; note that values <0.05 do not render well,
; blue channel = fresnel reflectance at normal incidence, only applies to non-metals, blue 255 maps to reflectance 0.20
; alpha channel = specular occlusion map/cavity map
ParametersTexture=materials/author/tx_example_parameters.dds
; Roughness source enum: constant (default), normals_alpha, parameters_map
; from Roughness constant, normal map alpha, or parameters map (green channel)
RoughnessSource=parameters_map
; Fresnel source enum: constant (default), metallic, parameters_map
; from FresnelReflectance constant, from albedo rgb, or parameters map (red+blue channels)
; metallic automatically removes diffuse contribution from albedo
FresnelSource=constant
; Specular occlusion source enum: none, normals_alpha, parameters_map, albedo_luma (default)
; none, normal map alpha or parameters map (alpha channel), or albedo luma
SpecOcclusionSource=parameters_map
; Roughness constant, range 0-1 (default 1.0), note that values <0.05 do not render well
; Controls how matte or smooth the material is, and the strength and focus of reflections
; 0.0 = mirror smooth, 1.0 = maximum roughness
Roughness=0.5
; Fresnel reflectance constant at normal incidence, default 0.04
; Can be sensitive to changes, most materials are 0.02 - 0.08
FresnelReflectance=0.04
|
Автор заботливо прокомментировал значения и возможные параметры оных.
|
MaterialVersion=2
NormalsTexture=materials\@tx\Nm\@_cr_scmp.dds
AlbedoReplaceTexture=materials\@tx\Abc\@_cr_scmp.dds
ParametersTexture=materials\@tx\prm\@_cr_scmp.dds
RoughnessSource=materials\@tx\rgh\@_cr_scmp.dds
FresnelSource=parameters_map
SpecOcclusionSource=materials\@tx\Gsn\@_cr_scmp.dds
Roughness=0.5
FresnelReflectance=0.4
|
|
|
|
Это пример шейдера для текстур Скампа из Симфонии.
|
Вот такой вот серебряный посох, с бампом и бликами, на фоне пиксельной мазни ванильной текстуры.
|
MaterialVersion=2
NormalsTexture=materials\tx_keening_normals.dds
AlbedoReplaceTexture=materials\tx_keening_albedo.dds
ParametersTexture=materials\tx_keening_parameters.dds
RoughnessSource=parameters_map
FresnelSource=parameters_map
SpecOcclusionSource=parameters_map
Roughness=0,750
FresnelReflectance=0,040
|
|
А это шейдер одного из орудий Кагренака из плагина тов. Flash3113 с http://www.nexusmods.com/morrowind/mods/44500/
Можно посмотреть другие работы этого автора.
http://www.nexusmods.com/morrowind/images/2965/
http://www.nexusmods.com/morrowind/Images/2895/
|
|
Бочка с ПБРом.
|
Грязекраб с ПБР шейдером, от того же автора.
... что-то сразу Курицей повеяло(С)
|
|
|
Несколько примеров.
|
|
Сталь, до и после включения ПБР.
| |
Вот такая вот земелька с ПБР шейдером!
|
|