Separate command files to a single command file per asset and include them in the main command file

This commit is contained in:
Jan
2021-02-11 11:51:36 +01:00
parent 751cb2cd6e
commit e99e66cec5
86 changed files with 2647 additions and 2648 deletions

View File

@ -0,0 +1,22 @@
// =========================================
// Material
// =========================================
use Material;
set string info::name;
set name info::name;
set reusable textureTable;
set count textureTable textureCount;
set reusable constantTable;
set count constantTable constantCount;
set reusable stateBitsTable;
set count stateBitsTable stateBitsCount;
// MaterialTextureDef
use MaterialTextureDef;
set condition u::water semantic == TS_WATER_MAP;
set reusable u::water;
// water_t
use water_t;
set count H0 N * M;
set count wTerm N * M;