DB/TerrainMaterial

From wowdev
Revision as of 21:22, 2 November 2014 by Schlumpf (talk | contribs)
Jump to navigation Jump to search

New in Cataclysm.

from static analysis of the binary (no idea, how many entries) --Schlumpf

  • id
  • ?
  • int shader >= 0: {0 -> 2, 1 -> 3, 2 -> 4, 3 -> 5}
  • filename
  • ..?

6.0.1.18179

struct TerrainMaterialRec {
  uint32_t m_ID;
  stringref m_name;
  uint32_t m_shader;
  stringref m_envMapPath;
};