BasePBR_ForwardPass.shadervariantlist 9.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233
  1. {
  2. "Shader": "Shaders/Materials/BasePBR/BasePBR_ForwardPass.shader",
  3. "Variants": [
  4. {
  5. "StableId": 1,
  6. "Options": {
  7. "o_applySpecularAA": "true",
  8. "o_baseColorTextureBlendMode": "TextureBlendMode::Overlay",
  9. "o_baseColor_useTexture": "true",
  10. "o_enableAreaLights": "true",
  11. "o_enableDirectionalLights": "true",
  12. "o_enableIBL": "true",
  13. "o_enablePunctualLights": "true",
  14. "o_enableShadows": "true",
  15. "o_materialUseForwardPassIBLSpecular": "false",
  16. "o_metallic_useTexture": "false",
  17. "o_normal_useTexture": "false",
  18. "o_roughness_useTexture": "false",
  19. "o_specularF0_enableMultiScatterCompensation": "false",
  20. "o_specularF0_useTexture": "false"
  21. }
  22. },
  23. {
  24. "StableId": 2,
  25. "Options": {
  26. "o_applySpecularAA": "true",
  27. "o_baseColorTextureBlendMode": "TextureBlendMode::Multiply",
  28. "o_baseColor_useTexture": "false",
  29. "o_enableAreaLights": "true",
  30. "o_enableDirectionalLights": "true",
  31. "o_enableIBL": "true",
  32. "o_enablePunctualLights": "true",
  33. "o_enableShadows": "true",
  34. "o_materialUseForwardPassIBLSpecular": "false",
  35. "o_metallic_useTexture": "false",
  36. "o_normal_useTexture": "false",
  37. "o_roughness_useTexture": "false",
  38. "o_specularF0_enableMultiScatterCompensation": "true",
  39. "o_specularF0_useTexture": "false"
  40. }
  41. },
  42. {
  43. "StableId": 3,
  44. "Options": {
  45. "o_applySpecularAA": "true",
  46. "o_baseColorTextureBlendMode": "TextureBlendMode::Multiply",
  47. "o_baseColor_useTexture": "true",
  48. "o_enableAreaLights": "true",
  49. "o_enableDirectionalLights": "true",
  50. "o_enableIBL": "true",
  51. "o_enablePunctualLights": "true",
  52. "o_enableShadows": "true",
  53. "o_materialUseForwardPassIBLSpecular": "false",
  54. "o_metallic_useTexture": "false",
  55. "o_normal_useTexture": "false",
  56. "o_roughness_useTexture": "false",
  57. "o_specularF0_enableMultiScatterCompensation": "false",
  58. "o_specularF0_useTexture": "false"
  59. }
  60. },
  61. {
  62. "StableId": 4,
  63. "Options": {
  64. "o_applySpecularAA": "true",
  65. "o_baseColorTextureBlendMode": "TextureBlendMode::Lerp",
  66. "o_baseColor_useTexture": "true",
  67. "o_enableAreaLights": "true",
  68. "o_enableDirectionalLights": "true",
  69. "o_enableIBL": "true",
  70. "o_enablePunctualLights": "true",
  71. "o_enableShadows": "true",
  72. "o_materialUseForwardPassIBLSpecular": "false",
  73. "o_metallic_useTexture": "false",
  74. "o_normal_useTexture": "true",
  75. "o_roughness_useTexture": "false",
  76. "o_specularF0_enableMultiScatterCompensation": "false",
  77. "o_specularF0_useTexture": "false"
  78. }
  79. },
  80. {
  81. "StableId": 5,
  82. "Options": {
  83. "o_applySpecularAA": "true",
  84. "o_baseColorTextureBlendMode": "TextureBlendMode::Overlay",
  85. "o_baseColor_useTexture": "true",
  86. "o_enableAreaLights": "true",
  87. "o_enableDirectionalLights": "true",
  88. "o_enableIBL": "true",
  89. "o_enablePunctualLights": "true",
  90. "o_enableShadows": "true",
  91. "o_materialUseForwardPassIBLSpecular": "false",
  92. "o_metallic_useTexture": "false",
  93. "o_normal_useTexture": "true",
  94. "o_roughness_useTexture": "false",
  95. "o_specularF0_enableMultiScatterCompensation": "false",
  96. "o_specularF0_useTexture": "false"
  97. }
  98. },
  99. {
  100. "StableId": 6,
  101. "Options": {
  102. "o_applySpecularAA": "true",
  103. "o_baseColorTextureBlendMode": "TextureBlendMode::Lerp",
  104. "o_baseColor_useTexture": "true",
  105. "o_enableAreaLights": "true",
  106. "o_enableDirectionalLights": "true",
  107. "o_enableIBL": "true",
  108. "o_enablePunctualLights": "true",
  109. "o_enableShadows": "true",
  110. "o_materialUseForwardPassIBLSpecular": "false",
  111. "o_metallic_useTexture": "false",
  112. "o_normal_useTexture": "true",
  113. "o_roughness_useTexture": "true",
  114. "o_specularF0_enableMultiScatterCompensation": "false",
  115. "o_specularF0_useTexture": "false"
  116. }
  117. },
  118. {
  119. "StableId": 7,
  120. "Options": {
  121. "o_applySpecularAA": "true",
  122. "o_baseColorTextureBlendMode": "TextureBlendMode::Lerp",
  123. "o_baseColor_useTexture": "true",
  124. "o_enableAreaLights": "true",
  125. "o_enableDirectionalLights": "true",
  126. "o_enableIBL": "true",
  127. "o_enablePunctualLights": "true",
  128. "o_enableShadows": "true",
  129. "o_materialUseForwardPassIBLSpecular": "false",
  130. "o_metallic_useTexture": "true",
  131. "o_normal_useTexture": "true",
  132. "o_roughness_useTexture": "true",
  133. "o_specularF0_enableMultiScatterCompensation": "false",
  134. "o_specularF0_useTexture": "false"
  135. }
  136. },
  137. {
  138. "StableId": 8,
  139. "Options": {
  140. "o_applySpecularAA": "true",
  141. "o_baseColorTextureBlendMode": "TextureBlendMode::Lerp",
  142. "o_baseColor_useTexture": "true",
  143. "o_enableAreaLights": "true",
  144. "o_enableDirectionalLights": "true",
  145. "o_enableIBL": "true",
  146. "o_enablePunctualLights": "true",
  147. "o_enableShadows": "true",
  148. "o_materialUseForwardPassIBLSpecular": "false",
  149. "o_metallic_useTexture": "true",
  150. "o_normal_useTexture": "true",
  151. "o_roughness_useTexture": "false",
  152. "o_specularF0_enableMultiScatterCompensation": "false",
  153. "o_specularF0_useTexture": "true"
  154. }
  155. },
  156. {
  157. "StableId": 9,
  158. "Options": {
  159. "o_applySpecularAA": "true",
  160. "o_baseColorTextureBlendMode": "TextureBlendMode::Multiply",
  161. "o_baseColor_useTexture": "true",
  162. "o_enableAreaLights": "true",
  163. "o_enableDirectionalLights": "true",
  164. "o_enableIBL": "true",
  165. "o_enablePunctualLights": "true",
  166. "o_enableShadows": "true",
  167. "o_materialUseForwardPassIBLSpecular": "false",
  168. "o_metallic_useTexture": "true",
  169. "o_normal_useTexture": "true",
  170. "o_roughness_useTexture": "true",
  171. "o_specularF0_enableMultiScatterCompensation": "false",
  172. "o_specularF0_useTexture": "false"
  173. }
  174. },
  175. {
  176. "StableId": 10,
  177. "Options": {
  178. "o_applySpecularAA": "true",
  179. "o_baseColorTextureBlendMode": "TextureBlendMode::Multiply",
  180. "o_baseColor_useTexture": "false",
  181. "o_enableAreaLights": "true",
  182. "o_enableDirectionalLights": "true",
  183. "o_enableIBL": "true",
  184. "o_enablePunctualLights": "true",
  185. "o_enableShadows": "true",
  186. "o_materialUseForwardPassIBLSpecular": "false",
  187. "o_metallic_useTexture": "false",
  188. "o_normal_useTexture": "false",
  189. "o_roughness_useTexture": "false",
  190. "o_specularF0_enableMultiScatterCompensation": "false",
  191. "o_specularF0_useTexture": "false"
  192. }
  193. },
  194. {
  195. "StableId": 11,
  196. "Options": {
  197. "o_applySpecularAA": "true",
  198. "o_baseColorTextureBlendMode": "TextureBlendMode::Overlay",
  199. "o_baseColor_useTexture": "true",
  200. "o_enableAreaLights": "true",
  201. "o_enableDirectionalLights": "true",
  202. "o_enableIBL": "true",
  203. "o_enablePunctualLights": "true",
  204. "o_enableShadows": "true",
  205. "o_materialUseForwardPassIBLSpecular": "false",
  206. "o_metallic_useTexture": "true",
  207. "o_normal_useTexture": "true",
  208. "o_roughness_useTexture": "true",
  209. "o_specularF0_enableMultiScatterCompensation": "false",
  210. "o_specularF0_useTexture": "true"
  211. }
  212. },
  213. {
  214. "StableId": 12,
  215. "Options": {
  216. "o_applySpecularAA": "true",
  217. "o_baseColorTextureBlendMode": "TextureBlendMode::Overlay",
  218. "o_baseColor_useTexture": "true",
  219. "o_enableAreaLights": "true",
  220. "o_enableDirectionalLights": "true",
  221. "o_enableIBL": "true",
  222. "o_enablePunctualLights": "true",
  223. "o_enableShadows": "true",
  224. "o_materialUseForwardPassIBLSpecular": "false",
  225. "o_metallic_useTexture": "false",
  226. "o_normal_useTexture": "true",
  227. "o_roughness_useTexture": "true",
  228. "o_specularF0_enableMultiScatterCompensation": "false",
  229. "o_specularF0_useTexture": "false"
  230. }
  231. }
  232. ]
  233. }