SteamVR/Environments/Fog Tutorial VTEX: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (Updated categories to match the other SteamVR Home pages)
m (→‎top: clean up, added deadend tag)
 
Line 1: Line 1:
{{Dead end|date=January 2024}}
<syntaxhighlight lang="xml">
<syntaxhighlight lang="xml">
<!-- dmx encoding keyvalues2_noids 1 format vtex 1 -->
<!-- dmx encoding keyvalues2_noids 1 format vtex 1 -->

Latest revision as of 10:14, 21 January 2024

Dead End - Icon.png
This article has no Wikipedia icon links to other VDC articles. Please help improve this article by adding links Wikipedia icon that are relevant to the context within the existing text.
January 2024
<!-- dmx encoding keyvalues2_noids 1 format vtex 1 -->
"CDmeVtex"
{
"m_inputTextureArray" "element_array" 
[
"CDmeInputTexture"
{
"m_name" "string" "FogGradientTexture"
"m_fileName" "string" "materials/effects/steamvr_home_gradient_fog.psd"
"m_colorSpace" "string" "srgb"
"m_typeString" "string" "2D"
"m_imageProcessorArray" "element_array" 
[
]
}
]
"m_outputTypeString" "string" "2D"
"m_outputFormat" "string" "RGBA8888"
"m_outputClearColor" "vector4" "0 0 0 0"
"m_nOutputMinDimension" "int" "0"
"m_nOutputMaxDimension" "int" "0"
"m_textureOutputChannelArray" "element_array" 
[
"CDmeTextureOutputChannel"
{
"m_inputTextureArray" "string_array" [ "FogGradientTexture" ]
"m_srcChannels" "string" "rgba"
"m_dstChannels" "string" "rgba"
"m_mipAlgorithm" "CDmeImageProcessor"
{
"m_algorithm" "string" ""
"m_stringArg" "string" ""
"m_vFloat4Arg" "vector4" "0 0 0 0"
}
"m_outputColorSpace" "string" "srgb"
}
]
"m_vClamp" "vector3" "0 0 0"
"m_bNoLod" "bool" "0"
}