Shaders in particle\: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (Removed double header.)
m (→‎ParticleSphere: Gave precise spot in code.)
Line 13: Line 13:
===ParticleSphere===
===ParticleSphere===
* Used by only one material: <code>SmokeStack.vmt</code>
* Used by only one material: <code>SmokeStack.vmt</code>
* Probably referred to in released mod code, but probably not defined.
* Referred to in <code>particlemgr.h</code>, but probably not defined in the released mod code.
 


[[Category:Shaders]]
[[Category:Shaders]]

Revision as of 21:12, 31 January 2008

The particle\ folder of Source Materials.gcf contains the following shaders:


Dedicated Shaders

The following shaders are more or less exclusively used for this folder:


ParticleSphere

  • Used by only one material: SmokeStack.vmt
  • Referred to in particlemgr.h, but probably not defined in the released mod code.