PBR (Strata shader): Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(→‎Supported Parameters: Updated list to match actual parameters from shaders.json. Would upload file, however P2CE devs dont want filesharing until mod gets released so not yet)
Line 59: Line 59:
===Reflection===
===Reflection===
{{MatParam|$envmap|cubemap|Specular reflections}}
{{MatParam|$envmap|cubemap|Specular reflections}}
{{MatParam|$envmapparallax|matrix|{{todo|What is this?}} Should be in this format: {{code|<nowiki>[1 0 0 0 0 1 0 0 0 0 1 0 0 0 0 1]</nowiki}}
{{MatParam|$envmapparallax|matrix|{{todo|What is this?}} Should be in this format: {{code|<nowiki>[1 0 0 0 0 1 0 0 0 0 1 0 0 0 0 1]</nowiki>}}}}
{{MatParam|$envmapframe|int|Frame to use if material specified in $envmap is animated}}
{{MatParam|$envmapframe|int|Frame to use if material specified in $envmap is animated}}
{{MatParam|$envmaporigin|vec3|The world space position of the env_cubemap being corrected}}
{{MatParam|$envmaporigin|vec3|The world space position of the env_cubemap being corrected}}

Revision as of 10:17, 3 August 2023