Static Public Member Functions | |
| static mixed | GetMeshBuffer (mixed meshname) |
| static mixed | TexAtlas_AdjustMeshBufferIfNeeded (mixed meshname, mixed meshbuffer) |
| only executed once per meshbuffer, adjust texturecoordinates and material for textureatlas | |
| static mixed | TexAtlas_RegisterMatTransform (mixed sOldMatName, mixed sNewMatName, mixed u0, mixed v0, mixed u1, mixed v1) |
Definition at line 5031 of file lua_pseudo_code.cpp.
| static mixed texatlas::GetMeshBuffer | ( | mixed | meshname | ) | [inline, static] |
Definition at line 5033 of file lua_pseudo_code.cpp.
| static mixed texatlas::TexAtlas_AdjustMeshBufferIfNeeded | ( | mixed | meshname, | |
| mixed | meshbuffer | |||
| ) | [inline, static] |
only executed once per meshbuffer, adjust texturecoordinates and material for textureatlas
Definition at line 5036 of file lua_pseudo_code.cpp.
| static mixed texatlas::TexAtlas_RegisterMatTransform | ( | mixed | sOldMatName, | |
| mixed | sNewMatName, | |||
| mixed | u0, | |||
| mixed | v0, | |||
| mixed | u1, | |||
| mixed | v1 | |||
| ) | [inline, static] |
Definition at line 5038 of file lua_pseudo_code.cpp.
1.5.6