gAtlasGroupPrototype Class Reference
List of all members.
|
Public Member Functions |
| mixed | LoadToAtlas (mixed id, mixed param, mixed img_or_nil) |
| mixed | AddImageToAtlasGroup (mixed img) |
| | returns atlas,u0,v0,u1,v1,origw,origh
|
| mixed | GetSize (mixed id, mixed param) |
| | returns origw,origh
|
| mixed | LoadAtlasMat (mixed atlas, mixed basemat) |
| | returns matname
|
| mixed | LoadMat (mixed basemat, mixed id, mixed param) |
| | returns matname,u0,v0,uvw,uvh,origw,origh
|
Detailed Description
Definition at line 5119 of file lua_pseudo_code.cpp.
Member Function Documentation
| mixed gAtlasGroupPrototype::LoadToAtlas |
( |
mixed |
id, |
|
|
mixed |
param, |
|
|
mixed |
img_or_nil | |
|
) |
| | [inline] |
preload, doesn't create/update material returns atlaspiece img_or_nil : only if the function is used to store data in the atlas without using the LoadImpl, img is destroyed automatically
Definition at line 5124 of file lua_pseudo_code.cpp.
| mixed gAtlasGroupPrototype::AddImageToAtlasGroup |
( |
mixed |
img |
) |
[inline] |
| mixed gAtlasGroupPrototype::GetSize |
( |
mixed |
id, |
|
|
mixed |
param | |
|
) |
| | [inline] |
| mixed gAtlasGroupPrototype::LoadAtlasMat |
( |
mixed |
atlas, |
|
|
mixed |
basemat | |
|
) |
| | [inline] |
| mixed gAtlasGroupPrototype::LoadMat |
( |
mixed |
basemat, |
|
|
mixed |
id, |
|
|
mixed |
param | |
|
) |
| | [inline] |
The documentation for this class was generated from the following file: