Static Public Member Functions | |
| static mixed | GetBillBoardMat (mixed texpath, mixed bAdditive) |
| some material utils | |
| static mixed | GetTexturedMat (mixed base, mixed texpath) |
| static mixed | GetPlainTextureMat (mixed texpath, mixed bHasAlpha) |
| static mixed | GetPlainColourMat (mixed r, mixed g, mixed b, mixed a) |
| static mixed | GetHuedMat (mixed basematname, mixed ar, mixed ag, mixed ab, mixed dr, mixed dg, mixed db, mixed da, mixed texpath) |
| static mixed | HueMeshEntity (mixed gfx, mixed ar, mixed ag, mixed ab, mixed dr, mixed dg, mixed db, mixed da) |
| todo : place me in meshutils or something like that ? | |
Definition at line 5913 of file lua_pseudo_code.cpp.
| static mixed material::GetBillBoardMat | ( | mixed | texpath, | |
| mixed | bAdditive | |||
| ) | [inline, static] |
| static mixed material::GetTexturedMat | ( | mixed | base, | |
| mixed | texpath | |||
| ) | [inline, static] |
Definition at line 5918 of file lua_pseudo_code.cpp.
| static mixed material::GetPlainTextureMat | ( | mixed | texpath, | |
| mixed | bHasAlpha | |||
| ) | [inline, static] |
Definition at line 5920 of file lua_pseudo_code.cpp.
| static mixed material::GetPlainColourMat | ( | mixed | r, | |
| mixed | g, | |||
| mixed | b, | |||
| mixed | a | |||
| ) | [inline, static] |
Definition at line 5922 of file lua_pseudo_code.cpp.
| static mixed material::GetHuedMat | ( | mixed | basematname, | |
| mixed | ar, | |||
| mixed | ag, | |||
| mixed | ab, | |||
| mixed | dr, | |||
| mixed | dg, | |||
| mixed | db, | |||
| mixed | da, | |||
| mixed | texpath | |||
| ) | [inline, static] |
Definition at line 5924 of file lua_pseudo_code.cpp.
| static mixed material::HueMeshEntity | ( | mixed | gfx, | |
| mixed | ar, | |||
| mixed | ag, | |||
| mixed | ab, | |||
| mixed | dr, | |||
| mixed | dg, | |||
| mixed | db, | |||
| mixed | da | |||
| ) | [inline, static] |
todo : place me in meshutils or something like that ?
Definition at line 5927 of file lua_pseudo_code.cpp.
1.5.6